| Age | Commit message (Expand) | Author |
| 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 |
| 2008-04-13 | Updated the inline help text for User.is_active. | Malcolm Tredinnick |
| 2007-12-11 | Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An... | Gary Wilson Jr |
| 2007-09-19 | Fixed $5457 - the auth system now delegates permission checking to auth backe... | Jacob Kaplan-Moss |
| 2007-09-15 | Fixed #3604 -- django.contrib.auth password checking now uses hashlib if it's... | Adrian Holovaty |
| 2007-09-15 | Fixed #3032 -- Added some useful methods and attributes so that AnonymousUser... | Malcolm Tredinnick |
| 2007-08-20 | Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106 | Adrian Holovaty |
| 2007-08-05 | Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For... | Gary Wilson Jr |
| 2007-07-28 | After discussing with Malcolm, added set_unusable_password() and has_usable_p... | Simon Willison |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-03 | Fixed #4751 -- Fixed that AnonymousUser.__str__ to always return a string | Malcolm Tredinnick |
| 2007-06-25 | Removed unneeded import. | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assume | Malcolm Tredinnick |
| 2007-04-25 | Fixed #3316 -- Added support for crypt hashing of passwords, mostly to support | Malcolm Tredinnick |
| 2007-04-23 | Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste. | Malcolm Tredinnick |
| 2007-04-09 | Backwards-incompatible change -- Removed LazyDate helper class. To preserve e... | Russell Keith-Magee |
| 2007-04-07 | Added blank lines around Meta and Admin classes in django.contrib.auth.models | Adrian Holovaty |
| 2007-03-25 | Fixed #3773 -- Added app_label to Permission.__str__(), so that the admin per... | Adrian Holovaty |
| 2006-12-30 | Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,... | Adrian Holovaty |
| 2006-10-24 | Fixed #2890 -- Added default values of False for auth.User is_staff and is_su... | Adrian Holovaty |
| 2006-10-24 | Fixed #2937 -- Added __eq__, __ne__ and __hash__ for AnonymousUser. Thanks, f... | Adrian Holovaty |
| 2006-09-30 | Clarified documentation to indicate that authenticating a user doesn't imply ... | Russell Keith-Magee |
| 2006-08-30 | Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@da... | Adrian Holovaty |
| 2006-07-19 | Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models. | Malcolm Tredinnick |
| 2006-07-19 | Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser... | Malcolm Tredinnick |
| 2006-07-11 | Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks... | Adrian Holovaty |
| 2006-06-28 | Merged multi-auth branch to trunk. See the authentication docs for the ramif... | Jacob Kaplan-Moss |
| 2006-06-20 | Fixed comma splice in auth.User model docstring | Adrian Holovaty |
| 2006-06-20 | Fixed #1422 -- Docstring improvements for the models in the admin app. Thanks | Malcolm Tredinnick |
| 2006-06-20 | Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_relate... | Adrian Holovaty |
| 2006-06-01 | Changed auth.Permission.__str__() to use str() of self.content_type, not repr() | Adrian Holovaty |
| 2006-05-02 | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty |