| Age | Commit message (Collapse) | Author |
|
Black 23.1.0 is released which, as the first release of the year,
introduces the 2023 stable style. This incorporates most of last year's
preview style.
https://github.com/psf/black/releases/tag/23.1.0
Backport of 097e3a70c1481ee7b042b2edd91b2be86fb7b5b6 from main
|
|
Adjusted admin javascript to add newly created related objects to
already loaded select widgets.
In this version, applies only where limit_choices_to is not set.
|
|
|
|
tuples.
This clarifies the intended pattern of overwriting the default value
rather than mutating it.
|
|
Thanks tlebrize for the initial patch.
|
|
|
|
|
|
InlineModelAdmin.has_add_permission().
Per deprecation timeline.
|
|
optional.
Restored backwards compatibility after refs #27991.
Regression in be6ca89396c031619947921c81b8795d816e3285.
|
|
autocomplete/raw_id_fields/radio_fields widget with ModelAdmin.get_formset().
|
|
has_delete_permission() for permissions checking.
|
|
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.
|
|
|
|
|
|
ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
ModelAdmin added readonly_fields to exclude, but would not undeclare
them if they were overridden.
|
|
|
|
|
|
|