1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/admin_views
Jon Dufresne feb6581993
Fixed the centering of the "Log in" button on admin login page.
Previously, the button's container had a padding of 9.4em which was
approximately center but not precisely. Now, the container uses
'align:text-center' to let the browser center the button.
2020-06-26 06:59:33 +02:00
..
templates Refs #26761 -- Removed extra space in admin change list result header. 2020-06-25 06:33:12 +02:00
__init__.py
admin.py
custom_has_permission_admin.py
customadmin.py
forms.py
models.py
test_actions.py
test_adminsite.py
test_autocomplete_view.py
test_forms.py
test_history_view.py
test_multidb.py
test_nav_sidebar.py Refs #31034 -- Improved accessibility of admin navigation sidebar. 2020-05-28 10:16:20 +02:00
test_templatetags.py
tests.py Fixed the centering of the "Log in" button on admin login page. 2020-06-26 06:59:33 +02:00
urls.py
views.py Changed '%s' % value pattern to str(value). 2020-05-04 08:27:18 +02:00