1
0
mirror of https://github.com/django/django.git synced 2025-01-03 15:06:09 +00:00
django/tests/admin_inlines
Thomas Grainger d638cdc42a Fixed #25165 -- Removed inline JavaScript from the admin.
This allows setting a Content-Security-Policy HTTP header
(refs #15727).

Special thanks to blighj, the original author of this patch.
2015-12-05 15:51:57 -05:00
..
__init__.py
admin.py Fixed #24976 -- Fixed missing form label in tabular inline. 2015-10-21 13:35:50 -04:00
models.py Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey/OneToOneField 2015-07-27 18:28:13 -04:00
test_templates.py Fixed #25165 -- Removed inline JavaScript from the admin. 2015-12-05 15:51:57 -05:00
tests.py Fixed #25165 -- Removed inline JavaScript from the admin. 2015-12-05 15:51:57 -05:00
urls.py