Ticket #11092: append_slash_doc.patch
File append_slash_doc.patch, 723 bytes (added by , 15 years ago) |
---|
-
docs/ref/settings.txt
94 94 ``CommonMiddleware`` is installed (see :ref:`topics-http-middleware`). See also 95 95 ``PREPEND_WWW``. 96 96 97 How it works is that when a URL cannot be found (404), the server will issue 98 a redirect to the URL appended with a trailing slash. 99 100 Note that when ``DEBUG`` is turned on, this setting is disabled. This is 101 because when you're debugging, generally, you want to actually see errors, 102 rather than have the server try to fix them for you. 103 97 104 .. setting:: AUTHENTICATION_BACKENDS 98 105 99 106 AUTHENTICATION_BACKENDS