mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed some ReST errors; refs #20819.
This commit is contained in:
parent
7de35a9ef3
commit
4d8ecbdfda
2 changed files with 6 additions and 6 deletions
|
@ -352,9 +352,9 @@ This view function serves static files in development.
|
|||
|
||||
.. versionchanged:: 1.7
|
||||
|
||||
Will now raise an :exc:`~django.http.Http404` exception instead of
|
||||
:exc:`~from django.core.exceptions.ImproperlyConfigured` when
|
||||
:setting:`DEBUG` is ``True``.
|
||||
This view will now raise an :exc:`~django.http.Http404` exception instead
|
||||
of :exc:`~django.core.exceptions.ImproperlyConfigured` when
|
||||
:setting:`DEBUG` is ``False``.
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue