summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/admin.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/admin.txt b/docs/admin.txt
index 020c26ad60..6f6797d82d 100644
--- a/docs/admin.txt
+++ b/docs/admin.txt
@@ -2,3 +2,15 @@
The Django 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
+the site. In this document, we discuss how to activate, use and customize
+Django's admin interface.
+
+.. admonition:: Note
+
+ The admin site has been refactored significantly since Django 0.96. This
+ document describes the newest version of the admin site, which allows for
+ much richer customization. If you've kept up with Django development, you
+ may have heard this described as "newforms-admin."