Opened 15 years ago
Closed 15 years ago
#13058 closed (fixed)
New built-in "smart if" template tag doesn't support "if not in ..." condition
Reported by: | ramusus | Owned by: | Luke Plant |
---|---|---|---|
Component: | Template system | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | ramusus@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
One thing is prevent to switch completely from old smart if snippet to new smart if built-in template tag is "if not in ..." condition. This works in snippet, but in built-in template tag doesn't. It's important condition and very strange that this functionality lost while migration of templatetag to trunk.
Change History (3)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
It was lost because:
I will commit a fix soon.