Opened 9 years ago

Last modified 9 years ago

#23936 closed New feature

Override default field order — at Version 1

Reported by: tanner Owned by: nobody
Component: Forms Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by tanner)

It is sometimes necessary to alter the order in which fields are rendered, or remove individual fields, especially when subclassing forms.
With this patch one can easily override the default order with a list of field names.

https://github.com/django/django/pull/3652

Change History (1)

comment:1 by tanner, 9 years ago

Description: modified (diff)
Type: UncategorizedNew feature
Note: See TracTickets for help on using tickets.
Back to Top