#11046 closed (fixed)
Documentation on ifchanged should use new cycle syntax
Reported by: | Armin Ronacher | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | 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
The documentation on the ifchanged tag should use {% cycle "foo" "bar" %}
instead of {% cycle foo,bar %}
which is deprecated.
Attachments (1)
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 , 15 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
comment:4 by , 15 years ago
I must be missing something then: http://code.djangoproject.com/browser/django/trunk/docs/ref/templates/builtins.txt#L368
comment:5 by , 15 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 , 15 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.