#22933 closed Cleanup/optimization (fixed)
Deprecate django.template.resolve_variable()
Reported by: | Tim Graham | Owned by: | Tim Graham |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Normal | 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
It's been commented as "Deprecated" since 2007 [2570954a], untested, and undocumented; however, I found some usage in the wild.
Change History (4)
comment:1 by , 10 years ago
Has patch: | set |
---|---|
Summary: | Deprecate django.template.resolve_variable → Deprecate django.template.resolve_variable() |
comment:2 by , 10 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
I think we could even have chosen a faster deprecation path, but well, being conservative makes not much harm :-)
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PR