Opened 13 years ago
Closed 13 years ago
#17110 closed Bug (fixed)
Filter Tag Needs Documentation Regarding Escape and Safe Filters
Reported by: | Ben Spaulding | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
The filter
tag disallows the escape
and safe
filters as arguments. The documentation should make note of this, while pointing users to the autoescape
tag.
See source:/django/branches/releases/1.3.X/django/template/defaulttags.py@15796#L656
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | filter-tag-doc-note.diff added |
---|
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
Filter tag documentation patch.