django1/django/contrib/auth
Claude Paroz d7bc37d611 Fixed #24097 -- Prevented AttributeError in redirect_to_login
Thanks Peter Schmidt for the report and the initial patch.
Thanks to ​Oktay Sancak for writing the original failing test and
Alvin Savoy for supporting contributing back to the community.
2015-01-10 10:05:02 +01:00
..
fixtures
handlers
locale Updated translations from Transifex 2014-09-30 20:55:50 +02:00
management Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.ready(). 2014-11-27 13:06:35 -05:00
migrations Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
templates/registration
tests Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00
__init__.py Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware. 2014-12-03 13:11:47 -05:00
admin.py Fixed #22295 -- Replaced permission check for displaying admin user-tools 2014-12-31 16:31:59 -05:00
apps.py Fixed #23641 -- Moved post_migrate signals for contrib apps to AppConfig.ready(). 2014-11-27 13:06:35 -05:00
backends.py Restored is_anonymous() check in ModelBackend permission checking removed in refs #17903. 2014-06-24 07:09:38 -04:00
checks.py
context_processors.py
decorators.py Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00
forms.py Fixed #23948 -- Moved password help text from the template to the form. 2014-12-26 08:09:12 -05:00
hashers.py Fixed #20349 -- Moved setting_changed signal to django.core.signals. 2014-12-24 07:18:43 -05:00
middleware.py Fixed #23939 -- Moved session verification out of SessionAuthenticationMiddleware. 2014-12-03 13:11:47 -05:00
models.py Fixed #23822 -- Added support for serializing model managers in migration 2014-12-15 08:34:15 -05:00
signals.py
tokens.py Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null. 2014-08-01 17:51:49 -04:00
urls.py
views.py Deprecated current_app in TemplateResponse and render(_to_response). 2014-12-28 17:02:29 +01:00