#11046 closed (fixed)
Documentation on ifchanged should use new cycle syntax
Description ¶
The documentation on the ifchanged tag should use {% cycle "foo" "bar" %}
instead of {% cycle foo,bar %}
which is deprecated.
Change History (8)
by , 16 years ago
Attachment: | 11046-ifchanged-docs.patch added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
comment:4 by , 16 years ago
I must be missing something then: http://code.djangoproject.com/browser/django/trunk/docs/ref/templates/builtins.txt#L368
comment:5 by , 16 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Jacob, I think you missed it since the real version uses red,blue intead of foo,bar.
comment:6 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Note:
See TracTickets
for help on using tickets.
I don't see this in the current docs any more; must have been fixed at some point.