django/tests/admin_views
Adam Zapletal 0894643e40 Fixed #23387 -- Kept "Save as new" button after validation errors in admin.
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.
2015-05-02 19:41:10 -04:00
..
templates
__init__.py
admin.py Fixed #23387 -- Kept "Save as new" button after validation errors in admin. 2015-05-02 19:41:10 -04:00
custom_has_permission_admin.py
customadmin.py
forms.py
models.py Fixed #23387 -- Kept "Save as new" button after validation errors in admin. 2015-05-02 19:41:10 -04:00
tests.py Fixed #23387 -- Kept "Save as new" button after validation errors in admin. 2015-05-02 19:41:10 -04:00
urls.py
views.py