Opened 18 years ago
Closed 18 years ago
#2295 closed defect (fixed)
sessions doc page doesn't mention the INSTALLED_APP
Reported by: | anonymous | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In http://www.djangoproject.com/documentation/sessions/ under Enabling Sessions, there should probably be some mention about adding the following into INSTALLED_APPS.
django.contrib.sessions
Note:
See TracTickets
for help on using tickets.
(In [3295]) Fixed #2295 -- Improved docs/sessions.txt to note INSTALLED_APPS requirement.