Opened 11 years ago
Closed 11 years ago
#24166 closed Cleanup/optimization (invalid)
Provide plain alternatives to common built-in template tags, filters or context processors
| Reported by: | Aymeric Augustin | Owned by: | Aymeric Augustin |
|---|---|---|---|
| Component: | Template system | Version: | dev |
| Severity: | Normal | Keywords: | multiple-template-engines 1.8 |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Common functionality that is provided through DTL-specific APIs such as {% static ... %} should be made available through plain Python functions for use in non-DTL engines.
Change History (2)
comment:1 by , 11 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 11 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Looking through the list of built-in template tags and filters, I didn't find any changes to make.
Perhaps we'll have to do something for i18n/l10n/tz. Let's wait and see what users need!