#33334 closed Cleanup/optimization (fixed)
Alphabetize form and model fields in docs.
| Reported by: | Claude Paroz | Owned by: | Shivam Durgbuns |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Form fields are alphabetically sorted in the reference for form fields, except for TypedChoiceField.
Change History (6)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
| Summary: | TypedChoiceField misplaced in form fields docs → Alphabetize form and model fields in docs. |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
In models fields only GenericIPAddressField is unsorted, I think we should also alphabetize it.
comment:3 by , 4 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Will be fixing the document for :
There are some others out of order. Similar to TypedChoiceField following ChoieField, TypedMultipleChoiceField follows MultipleChoiceField. Also GenericIPAddressField is out of order. It probably followed IPAddressField before its removal.
Note:
See TracTickets
for help on using tickets.
There are some others out of order. Similar to TypedChoiceField following ChoieField, TypedMultipleChoiceField follows MultipleChoiceField. Also GenericIPAddressField is out of order. It probably followed IPAddressField before its removal.