Opened 18 years ago
Closed 18 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 , 18 years ago
| Triage Stage: | Unreviewed → Accepted | 
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
  Note:
 See   TracTickets
 for help on using tickets.
    
(In [7130]) Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@… and adamv.
Fixed #6411, #6426, #6524, #6555.