Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#13796 closed (fixed)

Admin docs aren't showing core template tags and filters

Reported by: nathan Owned by: nobody
Component: Template system Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Looks like ticket #6587 removed core template tags and filters from admin docs.

Attachments (1)

13796.diff (1.1 KB ) - added by Ramiro Morales 14 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by Alex Gaynor, 14 years ago

Triage Stage: UnreviewedAccepted

by Ramiro Morales, 14 years ago

Attachment: 13796.diff added

comment:2 by Ramiro Morales, 14 years ago

Component: UncategorizedTemplate system
Has patch: set

This a regression in 1.2.x.

Attached patch makes sure introspection done by the admindocs app views take in account the builtin template tags and filters again.

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

Resolution: fixed
Status: newclosed

(In [13588]) Fixed #13796 -- Ensure that builtin tags and filters are included in admin documentation views.

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

(In [13589]) [1.2.X] Fixed #13796 -- Ensure that builtin tags and filters are included in admin documentation views.

Backport of r13588 from trunk.

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

Apologies to Ramiro for forgetting the credit in the SVN checkin message. I'm having a good night... :-)

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