index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auth_tests
/
models
/
__init__.py
Age
Commit message (
Expand
)
Author
2020-10-21
Fixed #26615 -- Made password reset token invalidate when changing email.
Jacob Walls
2019-08-26
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
Hasan Ramezani
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2018-08-05
Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...
Josh Schneier
2018-02-21
Fixed #29132 -- Avoided connecting update_last_login() handler if User.last_l...
Mikhail Porokhovnichenko
2017-05-29
Fixed #26823 -- Prevented update_last_login signal receiver from crashing if ...
Linus Lewandowski
2016-08-10
Fixed #26951 -- Allowed AuthenticationForm to work with a username of 0.
Olexander Yermakov
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-02-12
Fixed #24161 -- Stored the user primary key as a serialized value in the sess...
Tim Graham
2015-02-11
Moved non-documented auth test models to the new test location.
Tim Graham