1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/admin_views
Claude Paroz be0ad62994 Fixed #21911 -- Made admin views redirect to login when needed
Historically, the Django admin used to pass through the request
from an unauthorized access to the login view directly. Now we
are using a proper redirection, which is also preventing
inadvertantly changing data when POSTing login data to an admin
view when user is already authorized.
Thanks Marc Tamlyn and Tim Graham for the reviews.
2014-02-04 20:02:28 +01:00
..
fixtures Fixed #8261 -- ModelAdmin hook for customising the "show on site" button 2013-10-29 17:10:12 -04:00
templates
__init__.py
admin.py Removed useless model definitions. 2014-01-05 20:52:46 +01:00
customadmin.py Fixed all E261 warnings 2013-11-02 23:50:33 -05:00
forms.py
models.py Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
tests.py Fixed #21911 -- Made admin views redirect to login when needed 2014-02-04 20:02:28 +01:00
urls.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
views.py PEP8 cleanup 2013-11-02 23:50:49 -05:00