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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user