#16552 closed Bug (fixed)
Missing app in Django admin dependency list.
Reported by: | zelo | Owned by: | teraom |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
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.
Attachments (1)
Change History (6)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 13 years ago
Attachment: | admin_dependencies-16552.diff added |
---|
comment:4 by , 13 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.