From c1bed3771554c23cf9922e163677278c946518a9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 17 Sep 2008 04:52:25 +0000 Subject: [PATCH] Fixed #9103 -- Added django.contrib.admin to the docs modindex (I think) git-svn-id: http://code.djangoproject.com/svn/django/trunk@9051 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/admin.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ref/contrib/admin.txt b/docs/ref/contrib/admin.txt index a7101d56fb..4f3f898281 100644 --- a/docs/ref/contrib/admin.txt +++ b/docs/ref/contrib/admin.txt @@ -4,6 +4,9 @@ The Django admin site ===================== +.. module:: django.contrib.admin + :synopsis: Django's admin site. + One of the most powerful parts of Django is the automatic admin interface. It reads metadata in your model to provide a powerful and production-ready interface that content producers can immediately use to start adding content to