#23261 closed Cleanup/optimization (fixed)
Deprecate old style list support for defaultfilters.unordered_list
Reported by: | Jaap Roes | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Tim Graham | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
A long time ago (#3184) the format of lists that can be formatted by the unordered_list template filter was changed. For backwards compatibility reasons the filter has a 'convert_old_style_list' method. Is it still necessary to support this? The docs do mention the old format: https://docs.djangoproject.com/en/dev/ref/templates/builtins/#unordered-list
Change History (5)
comment:1 by , 10 years ago
Cc: | added |
---|---|
Summary: | Can defaultfilters.unordered_list support for old_style_list be removed? → Deprecate old style list support for defaultfilters.unordered_list |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 10 years ago
Has patch: | set |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Let's use the normal deprecation cycle. If you'd like to work on a patch, follow the deprecation guide.