#1304 closed defect (fixed)
[magic-removal] template.resolve_variable does not resolve numbers
| Reported by: | 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.
Note:
See TracTickets
for help on using tickets.
(In [2222]) magic-removal: Fixed #1304 -- template.resolve_variable() now resolves integers, as in trunk. When did this get removed, I wonder?