| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
PendingDeprecationWarning.
|
|
This is the result of Christopher Medrela's 2013 Summer of Code project.
Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian
Apolloner, and Alex Gaynor for review notes along the way.
Also: Fixes #8579, fixes #3055, fixes #19844.
|
|
|
|
|
|
|
|
|