| Age | Commit message (Expand) | Author |
| 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 |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | Russell Keith-Magee |
| 2007-02-11 | Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by... | Russell Keith-Magee |
| 2006-12-30 | Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,... | Adrian Holovaty |
| 2006-12-15 | Copied django.forms to django.oldforms and changed all code to reference djan... | Adrian Holovaty |
| 2006-10-30 | Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea... | 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-10-17 | Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott. | Russell Keith-Magee |
| 2006-09-30 | Clarified documentation to indicate that authenticating a user doesn't imply ... | Russell Keith-Magee |
| 2006-09-26 | Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid us... | Adrian Holovaty |
| 2006-09-26 | Removed an unnecessary import from r3857. I'd forgotten that _() was put into | Malcolm Tredinnick |
| 2006-09-26 | Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro. | Malcolm Tredinnick |
| 2006-09-25 | Fixed typos and improved documentation for permission_required decorator addi... | Adrian Holovaty |
| 2006-09-25 | fixed #2731: updated password change form to allow translation | Georg Bauer |
| 2006-09-22 | Fixed #2770 -- Fixed a database connection leak in | Malcolm Tredinnick |
| 2006-09-22 | Fixed #2629 -- Added a permission_required decorator to | Malcolm Tredinnick |
| 2006-09-12 | Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not cla... | Adrian Holovaty |
| 2006-08-30 | Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@da... | Adrian Holovaty |
| 2006-08-27 | Refs #2333 - Added 'test' target to django-admin script. Includes addition of... | Russell Keith-Magee |
| 2006-08-04 | Fixed #61 -- No more editing hashes when creating users via the admin. Create... | Adrian Holovaty |
| 2006-07-28 | Removed bug from [3461] -- __name__ is not assignable | Adrian Holovaty |
| 2006-07-27 | Fixed #2375 -- Changed password_reset auth view to make e-mail template name ... | Adrian Holovaty |
| 2006-07-27 | Fixed #2388 -- login_required decorator now preserves docstring and name of d... | Adrian Holovaty |
| 2006-07-23 | Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]... | Adrian Holovaty |
| 2006-07-21 | Fixed a bunch of spurious imports, typos, and other small errors turned up by... | Jacob Kaplan-Moss |
| 2006-07-20 | Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, ... | 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-14 | Fixed #2325 -- fix the authentication framework to work with new-style classes. | Malcolm Tredinnick |
| 2006-07-11 | Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks... | Adrian Holovaty |
| 2006-07-03 | Small edits to comments in contrib/auth/__init__.py | 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 #1802 -- Fixed database integrity error when creating permission object... | Adrian Holovaty |
| 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-19 | Fixed #1856 -- install content-type entries and auth permissions for | Malcolm Tredinnick |
| 2006-06-08 | Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiro | Adrian Holovaty |
| 2006-06-08 | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty |
| 2006-06-06 | Made template names in django.contrib.auth.views passable as template_name ar... | Adrian Holovaty |
| 2006-06-02 | Fixed #1991 -- Changed AuthenticationForm to disallow users with is_active=Fa... | Adrian Holovaty |
| 2006-06-01 | Changed auth.Permission.__str__() to use str() of self.content_type, not repr() | Adrian Holovaty |
| 2006-05-31 | Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO... | Adrian Holovaty |
| 2006-05-22 | Fixed #849 -- Improved login_required view decorator to save query-string par... | Adrian Holovaty |
| 2006-05-05 | Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu... | Adrian Holovaty |