#16552 closed Bug (fixed)
Missing app in Django admin dependency list.
Description ¶
Under following link is wrong information about django admin dependencies. https://docs.djangoproject.com/en/dev/ref/contrib/admin/#overview
It look like this:
Admin has three dependencies - django.contrib.auth, django.contrib.contenttypes and django.contrib.messages. If these applications are not in your INSTALLED_APPS list, add them.
And it should contain django.contrib.sessions.
Change History (6)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 14 years ago
Attachment: | admin_dependencies-16552.diff added |
---|
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
In [16806]:
(The changeset message doesn't reference this ticket)
Note:
See TracTickets
for help on using tickets.
It look like this: "Admin has three dependencies - django.contrib.auth, django.contrib.contenttypes and django.contrib.messages. If these applications are not in your INSTALLED_APPS list, add them."
And it should contain django.contrib.sessions. Becouse without that it doesn't work.