Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

admin_dependencies-16552.diff (966 bytes ) - added by teraom 13 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by anonymous, 13 years ago

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.

comment:2 by Chris Beaven, 13 years ago

Triage Stage: UnreviewedAccepted

comment:3 by teraom, 13 years ago

Owner: changed from nobody to teraom
Status: newassigned

by teraom, 13 years ago

comment:4 by James Bennett, 13 years ago

Resolution: fixed
Status: assignedclosed

In [16806]:

(The changeset message doesn't reference this ticket)

comment:5 by James Bennett, 13 years ago

In [16807]:

[1.3.X] Fixed #16552: Noted that contrib.sessions is a requirement for the admin. Backport of [16806] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top