| Age | Commit message (Collapse) | Author |
|
Refs #25134, #32099.
|
|
Actions added to AdminSite.actions would not have the first character
of their description capitalized.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
|
|
actions' __name__.
Thanks Keshav Kumar for the initial patch.
|
|
accessible only via instance.
Co-Authored-By: Andrew Simons <andrewsimons@bubblegroup.com>
|
|
InlineModelAdmin.has_add_permission().
Per deprecation timeline.
|
|
optional.
Restored backwards compatibility after refs #27991.
Regression in be6ca89396c031619947921c81b8795d816e3285.
|
|
Co-authored-by: Tim Graham <timograham@gmail.com>
|
|
|
|
Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
|
|
|
|
autocomplete/raw_id_fields/radio_fields widget with ModelAdmin.get_formset().
|
|
|
|
accept the obj argument.
* Refs #27991 -- Added testing for ModelAdmin.get_inline_instances() if the inline's has_add_permission() doesn't accept 'obj'.
* Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() doesn't accept the obj argument.
|
|
|
|
has_delete_permission() for permissions checking.
|
|
ModelAdmin.ordering.
|
|
Partially reverted 825f0beda804e48e9197fcf3b0d909f9f548aa47.
|
|
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.
|