index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
tests
/
test_models.py
Age
Commit message (
Expand
)
Author
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2014-08-01
Fixed #7220 -- Allowed AbstractBaseUser.last_login to be null.
Tim Graham
2014-07-31
Fixed #22956 -- Made PermissionManager.get_by_natural_key() use the correct d...
Jürno Ader
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-14
Imported custom user classes in tests depending on it
Claude Paroz
2013-08-14
Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()
SusanTan
2013-06-29
More import removals
Claude Paroz
2013-06-28
Removed custom profile model functionality as per deprecation TL.
Ramiro Morales
2013-06-27
Fixed #20541 -- don't raise db signals twice when creating superuser
Anton Baklanov
2013-06-18
Fixed #20079 -- Improve security of password reset tokens
Erik Romijn
2013-04-02
Modified auth to work with unittest2 discovery.
Preston Timmons