#16815 closed Bug (fixed)
Broken example code -- hidden fields won't show if there aren't visible fields.
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.1 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
See https://docs.djangoproject.com/en/dev/topics/forms/#looping-over-hidden-and-visible-fields. The solution would be to put the for loop for hidden fields outside of the for loop for visible fields. This is a bug since 1.1 documentation.
Attachments (1)
Change History (3)
by , 13 years ago
Attachment: | 16815-looping_hidden_fields_docs.patch added |
---|
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [16823]: