Commit 257fd480 authored by Erik Romijn's avatar Erik Romijn
Browse files

Simplified an unnecessarily complex paragraph in view docs

parent e520a73e
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -199,9 +199,7 @@ Behind the scenes, Django determines the 500 view by looking for
``handler500`` in your root URLconf, and falling back to
``django.views.defaults.server_error`` if you did not define one.

One thing to note about 500 views:

* If :setting:`DEBUG` is set to ``True`` (in your settings module), then
If :setting:`DEBUG` is set to ``True`` (in your settings module), then
your 500 view will never be used, and the traceback will be displayed
instead, with some debug information.