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
/
models.py
Age
Commit message (
Expand
)
Author
2012-03-02
Fixed #17046 -- Added a check if the username passed to User.objects.create_u...
Jannis Leidel
2012-02-09
Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...
Jannis Leidel
2012-02-04
Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...
Jannis Leidel
2012-01-02
Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...
Julien Phalip
2011-12-23
Fixed #17450 -- Added missing import to auth models module forgotten in r1725...
Jannis Leidel
2011-12-23
Renovated password hashing. Many thanks to Justine Tunney for help with the i...
Paul McMillan
2011-12-09
Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. T...
Adrian Holovaty
2011-11-20
Upgraded django.contrib.auth to be compatible with time zone support.
Aymeric Augustin
2011-11-12
Fix #16813: Restore checking whether a backend supports inctive users before ...
Karen Tracey
2011-10-20
Removed a small useless piece of code from `contrib.auth`.
Julien Phalip
2011-10-18
Remove comments referencing encryption. Django doesn't do encryption.
Paul McMillan
2011-09-10
Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-28
Make the email parameter of User.objects.create_user optional.
Chris Beaven
2011-06-26
Fixed #14390 and #16262 -- Moved password related functions from auth models ...
Jannis Leidel
2011-06-26
Fixed #13969 -- Extended length of salt used when setting the password. Thank...
Jannis Leidel
2011-04-07
Fixed #15757 - removed remaining instances of get_and_delete_messages
Luke Plant
2011-04-02
Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...
Russell Keith-Magee
2011-04-02
Advanced deprecations in contrib.auth.
Russell Keith-Magee
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2011-03-17
Fixed #15627 -- Use constant time comparison for password checks. Thanks to h...
Russell Keith-Magee
2010-12-21
Fixed #14249 -- Added support for inactive users to the auth backend system. ...
Jannis Leidel
2010-11-26
Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...
Jannis Leidel
2010-10-11
Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...
Russell Keith-Magee
2010-10-09
Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...
Russell Keith-Magee
2010-03-01
Fixed #5605: only lowercase the domain portion of an email address in `UserMa...
Jacob Kaplan-Moss
2010-03-01
Fixed #5786: relaxed the validation for usernames to allow more common charac...
Jacob Kaplan-Moss
2010-02-23
Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...
Justin Bronn
2010-02-22
Fixed #12864 -- Corrected handling of new user creation when a multi-database...
Russell Keith-Magee
2010-01-28
Fixed #12557 - AnonymousUser should check auth backends for permissions
Luke Plant
2010-01-22
Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...
Russell Keith-Magee
2010-01-12
Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer.
Jannis Leidel
2009-12-30
Fixed #12462 - Fixed edge case with auth backends that don't support object p...
Jannis Leidel
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-14
Fixed #7052 -- Added support for natural keys in serialization.
Russell Keith-Magee
2009-12-10
Fixed #11010 - Add a foundation for object permissions to authentication back...
Jannis Leidel
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-03-30
Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje...
Gary Wilson Jr
2008-10-06
Fixed #8321 -- Change django.contrib.auth.models to use django.utils.hashcompat
Malcolm Tredinnick
2008-10-05
Fixed #8660 -- Small database query optimisation in User.get_profile.
Malcolm Tredinnick
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-25
Fixed #8344: make User.get_profile() work when settings.AUTH_PROFILE_MODULE i...
Jacob Kaplan-Moss
2008-08-11
Fixed #8226 -- Fixed a Python 2.3 incompatibility in a unicode string substit...
Gary Wilson Jr
2008-08-11
Refs #7742 -- Removed unused `validator_list` argument (this is already being...
Gary Wilson Jr
2008-08-08
Fixed #7115: tweaked ordering on Permission to more closely match the pre-QSR...
Jacob Kaplan-Moss
2008-07-22
Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking
Adrian Holovaty
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-06-30
Fixed #6089 -- Removed default ordering on the User class.
Malcolm Tredinnick
2008-06-08
Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.
Jacob Kaplan-Moss
[next]