Re: call_command retval

2010-12-08 Thread Harro
If it does not exist; create a ticket. +1 on both points On Dec 7, 4:13 pm, Marco Paolini wrote: > I think call_command should return something significant > to let the caller know if the command was successful or not. > > Another issue ralated to this is: having an error retcode when calling >

call_command retval

2010-12-07 Thread Marco Paolini
I think call_command should return something significant to let the caller know if the command was successful or not. Another issue ralated to this is: having an error retcode when calling management commands from commandline The problem now is that for instance loaddata swallows all exception