From 2d5d40a7f10d327a10c14221a45bee95cd15ec75 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sun, 23 Apr 2006 22:51:33 +0000 Subject: [PATCH] magic-removal: Fixed #1167 -- Added small bit of docs to ADMIN_FOR setting git-svn-id: http://code.djangoproject.com/svn/django/branches/magic-removal@2739 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/settings.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/settings.txt b/docs/settings.txt index b90e3b9027..803280da08 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -167,6 +167,9 @@ Default: ``()`` (Empty list) Used for admin-site settings modules, this should be a tuple of settings modules (in the format ``'foo.bar.baz'``) for which this site is an admin. +The admin site uses this in its automatically-introspected documentation of +models, views and template tags. + ADMIN_MEDIA_PREFIX ------------------