Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13310 closed (fixed)

RESTRUCTUREDTEXT_FILTER_SETTINGS is undocumented

Reported by: Wraithan Owned by: nobody
Component: Documentation Version: 1.1
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://code.djangoproject.com/browser/django/trunk/django/contrib/markup/templatetags/markup.py#L84

Uses RESTRUCTUREDTEXT_FILTER_SETTINGS and it was mentioned and even documented in another ticket that proposed a feature addition as well. As such I am splitting the ticket to just include the documentation for this setting.

Attachments (1)

restructuredtext_filter_settings_documentation.diff (791 bytes ) - added by Wraithan 14 years ago.
Patch to add the documentation for RESTRUCTUREDTEXT_FILTER_SETTINGS

Download all attachments as: .zip

Change History (6)

by Wraithan, 14 years ago

Patch to add the documentation for RESTRUCTUREDTEXT_FILTER_SETTINGS

comment:1 by James Bennett, 14 years ago

Triage Stage: UnreviewedAccepted

This was split off, at my request, from #10146 which additionally requested support for a similar feature for Markdown. Since we already support reST extensions, though, there's no good reason for them not to be documented.

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

Triage Stage: AcceptedReady for checkin

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

Resolution: fixed
Status: newclosed

(In [13154]) Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Thanks to Wraithan for the patch.

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

(In [13158]) [1.1.X] Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. Thanks to Wraithan for the patch.

Backport of r13154 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