Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#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 Tim Graham, 10 years ago

Has patch: set
Summary: Deprecate django.template.resolve_variableDeprecate django.template.resolve_variable()

comment:2 by Claude Paroz, 10 years ago

Triage Stage: UnreviewedReady for checkin

I think we could even have chosen a faster deprecation path, but well, being conservative makes not much harm :-)

comment:3 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 20ec9daf7c2a4460e99a2983d7e32b7db5ee7ce6:

Fixed #22933 -- Deprecated django.template.resolve_variable().

comment:4 by Tim Graham <timograham@…>, 9 years ago

In 5c62887d:

Refs #22933 -- Removed template.resolve_variable() per deprecation timeline.

Note: See TracTickets for help on using tickets.
Back to Top