| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Thanks chrj for the suggestion.
|
|
|
|
|
|
Thanks Stephen Burrows for work on the patch as well.
Forwardport of 2914f66983a92fcae55673c517dd8d01e8c238c4 from stable/1.7.x
|
|
Thanks Aymeric Augustin for the report.
|
|
Thanks Anssi Kääriäinen for the idea and Simon Charette for the
review.
|
|
|
|
|
|
Thanks Piotr Kasprzyk for help with the patch.
|