Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#1304 closed defect (fixed)

[magic-removal] template.resolve_variable does not resolve numbers

Reported by: django@… Owned by: Adrian Holovaty
Component: Template system Version:
Severity: normal Keywords:
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Just started playing with magic-removal - it's looking heaps better! Noticed that the branch template/__init__.py hasn't merged the code in trunk that resolves numeric arguments to template tags.

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [2222]) magic-removal: Fixed #1304 -- template.resolve_variable() now resolves integers, as in trunk. When did this get removed, I wonder?

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