Opened 18 years ago
Closed 18 years ago
#2929 closed defect (fixed)
Docs refer to DEFAULT_MIME_TYPE instead od DEFAULT_CONTENT_TYPE
Reported by: | 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
See http://www.djangoproject.com/documentation/generic_views/ where
DEFAULT_MIME_TYPE should read DEFAULT_CONTENT_TYPE.
Note:
See TracTickets
for help on using tickets.
(In [3913]) Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correct
DEFAULT_CONTENT_TYPE setting variable.