| Age | Commit message (Collapse) | Author |
|
|
|
the admin.
|
|
https://github.com/psf/black/releases/tag/25.1.0
|
|
model is camel case named.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
|
|
database setup.
|
|
Regression in f333e3513e8bdf5ffeb6eeb63021c230082e6f95.
|
|
ModelAdmin.list_display.
|
|
|
|
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.
|
|
|
|
|
|
non-ASCII model names.
|
|
|
|
In MTI or ForeignKey as primary key cases, it is required to fetch the attname
from the field instance on the remote model in order to reliably resolve the
to_field_name.
Co-authored-by: Johannes Maron <info@johanneshoppe.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
|
|
|
Unused since its introduction in 7b21bfc0745f92f83a6826a3d3e58797fb74e32
and 1e4ad6f118007547c7e627f1d5bd11bfb2992bf9.
|
|
Refs #25134, #32099.
|
|
autocomplete fields.
* Fixed #29010 -- Added limit_choices_to support to autocomplete fields.
* Fixed #29138 -- Allowed autocomplete fields to target a custom
to_field rather than the PK.
|
|
|
|
|
|
deletions while protecting direct ones.
|
|
instead of field names.
|
|
admin_order_field attribute.
|
|
in ModelAdmin.list_display.
|
|
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
|
|
|
|
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
models don't have a delete permission.
|
|
ManyToManyField in the admin.
Thanks Florian Apolloner and Tim Graham for review and
contributing to the patch.
|
|
|
|
reverse relation is in list_filter.
|
|
|
|
|
|
|
|
|
|
|
|
many forward refs.
Thanks Tim Graham for the regression test.
|
|
admin_views.Recommendation.recommender: (models.E006) The field 'recommender'
clashes with the field 'recommender' from model 'admin_views.title'.
|
|
|
|
|
|
ModelAdmin.readonly_fields.
|
|
|
|
Forwardport of test in o839d71d8562abe0b245024e55ca1d02a45e58fd from stable/1.9.x
(refs #25997).
|
|
Thanks Thomas Grainger for the fix.
|
|
|
|
|
|
Thanks to Jonathan Liuti for the report and Tim Graham for the review.
|
|
admin's delete confirmation page.
|
|
ForeignKey/OneToOneField
|