Changes between Initial Version and Version 1 of Ticket #35696
- Timestamp:
- Aug 20, 2024, 9:39:20 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35696 – Description
initial v1 36 36 b. `ModelForm.Meta.fields` and `ModelForm.field_order` are used in favor of `ModelAdmin.get_fields()` 37 37 2. a. Fields with a through that are also specified in the form itself are ordered correctly according to 1b. 38 39 There are workarounds to get both the field order and readonly fields right, which comes down to defining `MessageAdmin.get_fields()` and/or `MessageAdmin.get_readonly_fields()`, to take full control. However, IMHO this should not be the default.