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: davidschein@… 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.

Change History (1)

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [3913]) Fixed #2929 -- Replaced a few occurrences of DEFAULT_MIME_TYPE with the correct
DEFAULT_CONTENT_TYPE setting variable.

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