Changes between Initial Version and Version 1 of Ticket #35696


Ignore:
Timestamp:
Aug 20, 2024, 9:39:20 AM (4 weeks ago)
Author:
Jurrian Tromp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35696 – Description

    initial v1  
    3636  b. `ModelForm.Meta.fields` and `ModelForm.field_order` are used in favor of `ModelAdmin.get_fields()`
    37372. a. Fields with a through that are also specified in the form itself are ordered correctly according to 1b.
     38
     39There 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.
Back to Top