Opened 19 years ago
Closed 19 years ago
#3054 closed defect (fixed)
[newforms] Form doesn't define order of form fields
| Reported by: | Esaj | Owned by: | Adrian Holovaty |
|---|---|---|---|
| Component: | Core (Other) | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Form.as_table() seems to output the form fields in an arbitrary order. Form fields should have some kind of order - maybe use a list instead of a dict to store them in the Form ?
Note:
See TracTickets
for help on using tickets.
Good call. We can use the same technique we use in Django models to keep the fields in the right order.