summaryrefslogtreecommitdiff
path: root/django/contrib/auth/models.py
AgeCommit message (Expand)Author
2012-12-15[1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-10-28[1.5.x] Fixed #19061 -- added is_active attribute to AbstractBaseUserPreston Holmes
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-17Only update `last_login` instead of the whole user object in `update_last_log...Florian Apolloner
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-12[py3] Removed redundant __str__ methods.Aymeric Augustin
2012-07-24Fixed #18666 -- when upgrading a user's password to a new algorithm only save...Alex Gaynor
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-10Fixed #18093 -- Added a pk to AnonymousUser.Aymeric Augustin
2012-04-26Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...Claude Paroz
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel
2012-02-09Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...Jannis Leidel
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2012-01-02Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...Julien Phalip
2011-12-23Fixed #17450 -- Added missing import to auth models module forgotten in r1725...Jannis Leidel
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-09Fixed #16845 -- Admin 'Change user' page no longer shows the password hash. T...Adrian Holovaty
2011-11-20Upgraded django.contrib.auth to be compatible with time zone support.Aymeric Augustin
2011-11-12Fix #16813: Restore checking whether a backend supports inctive users before ...Karen Tracey
2011-10-20Removed a small useless piece of code from `contrib.auth`.Julien Phalip
2011-10-18Remove comments referencing encryption. Django doesn't do encryption.Paul McMillan
2011-09-10Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...Alex Gaynor
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-28Make the email parameter of User.objects.create_user optional.Chris Beaven
2011-06-26Fixed #14390 and #16262 -- Moved password related functions from auth models ...Jannis Leidel
2011-06-26Fixed #13969 -- Extended length of salt used when setting the password. Thank...Jannis Leidel
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2011-04-02Advanced deprecations in contrib.auth.Russell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-17Fixed #15627 -- Use constant time comparison for password checks. Thanks to h...Russell Keith-Magee
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-09Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...Russell Keith-Magee
2010-03-01Fixed #5605: only lowercase the domain portion of an email address in `UserMa...Jacob Kaplan-Moss
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2010-02-23Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn
2010-02-22Fixed #12864 -- Corrected handling of new user creation when a multi-database...Russell Keith-Magee
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-12Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer.Jannis Leidel
2009-12-30Fixed #12462 - Fixed edge case with auth backends that don't support object p...Jannis Leidel
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-14Fixed #7052 -- Added support for natural keys in serialization.Russell Keith-Magee
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel