| Age | Commit message (Collapse) | Author |
|
Backport of 958c7b301ead79974db8edd5b9c6588a10a28ae7 from master
|
|
has_delete_permission() for permissions checking.
Backport of 3eb9127678e292ef2645b632199f3e9c876ad999 from master
|
|
in ModelAdmin.ordering.
Backport of ec2c9c353113bb1db6e32ed3f0b6c28bc06ca2eb from master
|
|
admin actions.
Partially reverted 825f0beda804e48e9197fcf3b0d909f9f548aa47.
Backport of b30f9b131c9489b9d9f21c311ecb46d0aea91381 from master
|
|
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz>
Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
|
|
|
|
|
|
|
|
Thanks Vladimir Ivanov for the initial patch.
|
|
|
|
Partially reverted 9bcf73d788866bc93f8248cb2e9d601ecbc4b50c.
|
|
|
|
|
|
|
|
ModelAdmin.autocomplete_fields.
|
|
ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
|
|
|
|
|
|
|
|
|
|
'pk'.
|
|
|
|
|
|
|
|
|
|
|
|
get_list_display() is overridden.
|
|
|
|
|
|
OneToOneField.
|
|
|
|
|
|
|
|
Thanks Ola Sitarska for the initial patch.
|
|
|
|
|
|
boolean syntax.
|
|
InlineModelAdmin.
|
|
back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7723eb00a376bd31db76709da4d0260
|
|
|
|
fields.
|
|
|
|
Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews.
|
|
Refs #22792
|
|
|
|
|
|
|
|
This allows dynamically-generated attributes to be specified in
checked ModelAdmin attributes without triggering errors.
|
|
ForeignKey/OneToOneField
|
|
ModelAdmin added readonly_fields to exclude, but would not undeclare
them if they were overridden.
|