django1/tests/admin_views
mgaligniana fe7dbef586 Fixed #28889 -- Prevented double submission of admin forms.
Added a JavaScript confirm() to catch double-submissions, when the
change form has already been submitted.

Thanks to Adam Johnson, Claude Paroz, Keryn Knight, and Thibaud Colas
for review.
2022-02-23 14:57:34 +01:00
..
templates Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value. 2021-05-20 07:04:26 +02:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
admin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
custom_has_permission_admin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
customadmin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
forms.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
models.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_actions.py Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
test_adminsite.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_autocomplete_view.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_forms.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_history_view.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_multidb.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_nav_sidebar.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_prevent_double_submission.py Fixed #28889 -- Prevented double submission of admin forms. 2022-02-23 14:57:34 +01:00
test_templatetags.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00