Ticket #10018: comanderror_to_commanderror.diff
File comanderror_to_commanderror.diff, 630 bytes (added by , 16 years ago) |
---|
-
django/core/management/base.py
73 73 output and, if the command is intended to produce a block of 74 74 SQL statements, will be wrapped in ``BEGIN`` and ``COMMIT``. 75 75 76 4. If ``handle()`` raised a ``Com andError``, ``execute()`` will76 4. If ``handle()`` raised a ``CommandError``, ``execute()`` will 77 77 instead print an error message to ``stderr``. 78 78 79 79 Thus, the ``handle()`` method is typically the starting point for