| Age | Commit message (Collapse) | Author |
|
admin's delete confirmation page.
|
|
|
|
|
|
with a model reverse accessor.
|
|
|
|
|
|
Thanks Flavio Curella and Berker Peksag for the initial patch.
|
|
|
|
This is a security hardening fix to help prevent XSS (and incorrect HTML)
for the common use case of simple_tag.
Thanks to Tim Graham for the review.
|
|
|
|
|
|
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.
|
|
Thanks Aymeric Augustin and Florian Apolloner for work on the patch.
|
|
|
|
|
|
Tests were using an undocumented keyword argument for easily overriding
script prefix while reversing. This is now changed into a test utility
which can be used as decorator or context manager.
|
|
ModelAdmin.readonly_fields
This issue was fixed by refs #24464.
|
|
|
|
|
|
|
|
|
|
|
|
Specifically stopped using the dir argument.
|
|
Thanks Marwan Alsabbagh for the report, and Simon Charette and
Tim Graham for the reviews.
|
|
|
|
Used setUpTestData, client login/logout and manager's count() method.
Thanks to Tim for the review.
|
|
Thanks to Tim for the review.
|
|
Refs #15779. This will allow easier admin URL changes, when needed.
Thanks Simon Charette for the review.
|
|
|
|
|
|
|
|
|
|
|
|
This finsishes the work started on #16803.
Thanks Simon Charette, Tim Graham and Collin Anderson for the
reviews.
|
|
Thanks Collin for the review.
|
|
Thanks to Collin Anderson for the review and suggestions and Tim for the
final review.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks amarandon for the report.
|
|
|
|
|
|
|
|
test_group_permission_performance.
Refs #20432 and #23746.
|
|
the admin.
refs #23754, #23862
|
|
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.
|