Opened 16 years ago

Closed 16 years ago

#6411 closed (fixed)

Documentation does not say context_processors.media is new since 0.96

Reported by: anonymous Owned by: nobody
Component: Documentation Version: dev
Severity: 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

The django.core.context_processors.media context processor is new in SVN. It was not present in 0.96 (code or docs). However, this is not mentioned in the current version of the documentation at http://www.djangoproject.com/documentation/templates_python/#django-core-context-processors-media.

Change History (2)

comment:1 by Chris Beaven, 16 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7130]) Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@… and adamv.

Fixed #6411, #6426, #6524, #6555.

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