| Age | Commit message (Collapse) | Author |
|
Rewrapped long docstrings and block comments to 79 characters + newline
using script from https://github.com/medmunds/autofix-w505.
|
|
|
|
Co-authored-by: Alex Garcia <me@alexoteiza.com>
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
Co-authored-by: Nina Menezes <https://github.com/nmenezes0>
|
|
This allows retrieving an admin class for the given model class without
using internal attributes.
|
|
ModelAdmin.readonly_fields.
Co-authored-by: Rick van Hattem <wolph@wol.ph>
|
|
Refs #32728.
|
|
Co-authored-by: Valz <ahmadahussein0@gmail.com>
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
|
|
|
|
|
|
|
|
Refs #25134, #32099.
|
|
admin check.
|
|
processor dependency.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
than one foreign key to the same parent.
|
|
Fixed in 1d8eb0cae57731b481a88dca272b2cb0d645bd8e.
|
|
SessionMiddleware subclasses.
|
|
checks allow subclasses.
|
|
|
|
TEMPLATES setting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
registration.
Thanks Morgan Aubert for the test.
|
|
|
|
back to isinstance(field, models.ManyToManyField).
This partially reverts 983c158da7723eb00a376bd31db76709da4d0260
|
|
Thanks Markus Holtermann, Collin Anderson and Tim Graham for the reviews.
|
|
|
|
|
|
|
|
This allows dynamically-generated attributes to be specified in
checked ModelAdmin attributes without triggering errors.
|
|
|
|
fields.
|
|
ForeignKey/OneToOneField
|
|
|
|
apps.models_ready
|
|
|
|
|
|
a list/tuple.
|
|
|
|
|
|
Thanks Jonathan Lindén for the initial patch, and Tim Graham
and Gabe Jackson for the suggestions.
|
|
|
|
|
|
|
|
GenericInlineModelAdmin.
Thanks to jwa for the report.
|