diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-21 22:07:39 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-03-21 22:07:39 +0100 |
| commit | 253e8ac29fa4eb86bfc327fd4b68291370c9011c (patch) | |
| tree | 1dc785e8b344d5f9614811d8ea40cec6e54067cc /docs/ref | |
| parent | ad3942d325fff29e78d02b454b8fec3afb3871a7 (diff) | |
Removed django.middleware.doc. Refs #20126.
Small doc changes missed in 66076268.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index 21c5c96c61..d0b2fc01f1 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -1468,7 +1468,7 @@ A tuple of IP addresses, as strings, that: * See debug comments, when :setting:`DEBUG` is ``True`` * Receive X headers in admindocs if the ``XViewMiddleware`` is installed (see - :doc:`/topics/http/middleware`) + :doc:`/ref/contrib/admin/admindocs`) .. setting:: LANGUAGE_CODE |
