#10704 closed (fixed)
ifchanged-else documentation lost in r8506
Reported by: | Joey Wilhelm | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
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
With the reorganization of the docs in r8506, the addition for the {% else %} tag on {% ifchanged %} from r8095 was left out. Attached is a patch created against the 1.0.X branch, r10368. It does, however, apply cleanly to trunk as well.
This is simply a recreation of the doc portion of the patch provided with #4534.
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | ifchanged-else-docs.diff added |
---|
comment:1 by , 16 years ago
milestone: | → 1.1 |
---|---|
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 16 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [10563]) Fixed #10704 -- Resurrected documentation for {% else %} clause on {% ifchanged %}, lost during docs refactor. Thanks to Tarken for the report.