1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Made CommandError use the exception directive in docs.

This commit is contained in:
Tim Graham
2016-01-12 12:28:55 -05:00
parent c68ce18712
commit 555f8e9d5c
4 changed files with 10 additions and 12 deletions

View File

@@ -1306,7 +1306,7 @@ Miscellaneous
to manually delete objects from deleted forms.
* Loading empty fixtures emits a ``RuntimeWarning`` rather than raising
:class:`~django.core.management.CommandError`.
:exc:`~django.core.management.CommandError`.
* :func:`django.contrib.staticfiles.views.serve` will now raise an
:exc:`~django.http.Http404` exception instead of