#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)
Change History (6)
by , 16 years ago
| Attachment: | restructuredtext_filter_settings_documentation.diff added | 
|---|
comment:1 by , 16 years ago
| Triage Stage: | Unreviewed → Accepted | 
|---|
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 , 16 years ago
| Triage Stage: | Accepted → Ready for checkin | 
|---|
comment:3 by , 16 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
Patch to add the documentation for RESTRUCTUREDTEXT_FILTER_SETTINGS