Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2010-11-07 09:21:55 +00:00
parent 7f2b36050e
commit 682f4cf9ed
7 changed files with 183 additions and 55 deletions

View file

@ -84,7 +84,7 @@ View metadata middleware
Sends custom ``X-View`` HTTP headers to HEAD requests that come from IP
addresses defined in the :setting:`INTERNAL_IPS` setting. This is used by
Django's automatic documentation system.
Django's :doc:`automatic documentation system </ref/contrib/admin/admindocs>`.
GZIP middleware
---------------