Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13202 closed (fixed)

Contrib/Markup documentation should mention requirement for external libraries

Reported by: hunajakippo Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

http://docs.djangoproject.com/en/dev/ref/contrib/#markup does not mention that libraries that do not ship with Django are required. This should be mentioned. Documentation refers to sources which indicate this.

I would suggest something like:

"To activate these filters, add 'django.contrib.markup'.." --> "To activate these filters, make sure required libraries are installed, add 'django.contrib.markup'.."

Attachments (1)

13202.diff (1.6 KB ) - added by steveed 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Russell Keith-Magee, 14 years ago

milestone: 1.2
Triage Stage: UnreviewedAccepted

by steveed, 14 years ago

Attachment: 13202.diff added

comment:2 by steveed, 14 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

Added the required libraries.

comment:3 by Gary Wilson, 14 years ago

Resolution: fixed
Status: newclosed

(In [12860]) Fixed #13202 -- Documented required libraries for markup template tags, based on patch from steveed.

comment:4 by Gary Wilson, 14 years ago

(In [12861]) [1.1.X] Fixed #13202 -- Documented required libraries for markup template tags, based on patch from steveed.

Backport of r12860 from trunk.

comment:5 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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