Ticket #10018: comanderror_to_commanderror.diff

File comanderror_to_commanderror.diff, 630 bytes (added by Damian Świstowski, 15 years ago)
  • django/core/management/base.py

     
    7373       output and, if the command is intended to produce a block of
    7474       SQL statements, will be wrapped in ``BEGIN`` and ``COMMIT``.
    7575
    76     4. If ``handle()`` raised a ``ComandError``, ``execute()`` will
     76    4. If ``handle()`` raised a ``CommandError``, ``execute()`` will
    7777       instead print an error message to ``stderr``.
    7878
    7979    Thus, the ``handle()`` method is typically the starting point for
Back to Top