| Age | Commit message (Collapse) | Author |
|
Thanks to Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for reviewing and contributing to the patch.
Refs #21113.
|
|
|
|
|
|
|
|
|
|
This allows setting a Content-Security-Policy HTTP header
(refs #15727).
Special thanks to blighj, the original author of this patch.
|
|
|
|
|
|
|
|
|
|
Thanks Roel Kramer for tests.
|
|
filter by default.
|
|
|
|
Thanks to Jonathan Liuti for the report and Tim Graham for the review.
|
|
subpath.
Used request.META['SCRIPT_NAME'] as the site_url if it hasn't been
customized from the default value of '/'.
|
|
|
|
|
|
|
|
This allows dynamically-generated attributes to be specified in
checked ModelAdmin attributes without triggering errors.
|
|
Thanks Jaap Roes for the idea and initial patch.
|
|
|
|
admin's delete confirmation page.
|
|
|
|
|
|
with a model reverse accessor.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
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.
|
|
Made URL application namespaces be set in the included URLconf and
instance namespaces in the call to include(). Deprecated other ways
to set application and instance namespaces.
|
|
|
|
|
|
AdminSite.each_context()
|
|
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.
|
|
|
|
|
|
|
|
|
|
|