Author: ubernostrum
Date: 2011-09-10 22:32:14 -0700 (Sat, 10 Sep 2011)
New Revision: 16807
Modified:
django/branches/releases/1.3.X/docs/ref/contrib/admin/index.txt
Log:
[1.3.X] Fixed #16552: Noted that contrib.sessions is a requirement for the
admin. Backport of [16806] from trunk.
Modified: django/branches/releases/1.3.X/docs/ref/contrib/admin/index.txt
===================================================================
--- django/branches/releases/1.3.X/docs/ref/contrib/admin/index.txt
2011-09-11 05:31:00 UTC (rev 16806)
+++ django/branches/releases/1.3.X/docs/ref/contrib/admin/index.txt
2011-09-11 05:32:14 UTC (rev 16807)
@@ -19,8 +19,10 @@
1. Add ``'django.contrib.admin'`` to your :setting:`INSTALLED_APPS`
setting.
- 2. Admin has two dependencies - :mod:`django.contrib.auth` and
- :mod:`django.contrib.contenttypes`. If these applications are not
+ 2. The admin has four dependencies - :mod:`django.contrib.auth`,
+ :mod:`django.contrib.contenttypes`,
+ :mod:`django.contrib.messages` and
+ :mod:`django.contrib.sessions`. If these applications are not
in your :setting:`INSTALLED_APPS` list, add them.
3. Determine which of your application's models should be editable in the
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.