| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
Thanks to Collin Anderson for the review and suggestions and Tim for the
final review.
|