| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
blocking access to the app index page.
|
|
|
|
admin_views.Recommendation.recommender: (models.E006) The field 'recommender'
clashes with the field 'recommender' from model 'admin_views.title'.
|
|
inconsistent results.
|
|
|
|
changelist.
|
|
|
|
list_editable.
|
|
CSS class name.
Thanks Berker Peksag for the review.
|
|
ModelAdmin.readonly_fields.
|
|
Forwardport of test in o839d71d8562abe0b245024e55ca1d02a45e58fd from stable/1.9.x
(refs #25997).
|
|
|
|
|
|
|
|
|
|
Thanks to Jonathan Liuti for the report and Tim Graham for the review.
|
|
|
|
Thanks Jaap Roes for the idea and initial patch.
|
|
admin's delete confirmation page.
|
|
with a model reverse accessor.
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
|
|
When "Save as new" is chosen and errors occur, only show the "Save as new"
button and not the other save buttons.
Thanks to Tino de Bruijn for doing the real work on this fix.
|
|
ModelAdmin.readonly_fields
This issue was fixed by refs #24464.
|
|
Dropped the DJANGO_TEST_TEMP_DIR environment variable.
Before this change, proper removal depended on the developer passing
dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions.
|
|
Thanks Marwan Alsabbagh for the report, and Simon Charette and
Tim Graham for the reviews.
|
|
|
|
|
|
Thanks to Collin Anderson for the review and suggestions and Tim for the
final review.
|
|
|
|
This change allows dynamically created inlines "Add related" button to work
correcly as long as their associated foreign key is pointing to the primary
key of the related model.
Thanks to amorce for the report, Julien Phalip for the initial patch,
and Collin Anderson for the review.
|
|
Thanks Simon Charette for review.
|
|
Thanks lidaobing for the suggestion.
|
|
This fixes a regression introduced by the 53ff096982 security fix.
Thanks to @a1tus for the report and Tim for the review.
refs #23329.
|