summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2007-04-23Fixed #4107 -- Marked a few more strings for translation. Thanks, Baptiste.Malcolm Tredinnick
2007-04-09Backwards-incompatible change -- Removed LazyDate helper class. To preserve e...Russell Keith-Magee
2007-04-07Added blank lines around Meta and Admin classes in django.contrib.auth.modelsAdrian Holovaty
2007-03-25Fixed #3773 -- Added app_label to Permission.__str__(), so that the admin per...Adrian Holovaty
2007-02-11Revert [4485] in order to fix accidental mod_python breakage. Refs #2920.Malcolm Tredinnick
2007-02-11Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to...Russell Keith-Magee
2007-02-11Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...Russell Keith-Magee
2006-12-30Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...Adrian Holovaty
2006-12-15Copied django.forms to django.oldforms and changed all code to reference djan...Adrian Holovaty
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-24Fixed #2890 -- Added default values of False for auth.User is_staff and is_su...Adrian Holovaty
2006-10-24Fixed #2937 -- Added __eq__, __ne__ and __hash__ for AnonymousUser. Thanks, f...Adrian Holovaty
2006-10-17Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott.Russell Keith-Magee
2006-09-30Clarified documentation to indicate that authenticating a user doesn't imply ...Russell Keith-Magee
2006-09-26Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid us...Adrian Holovaty
2006-09-26Removed an unnecessary import from r3857. I'd forgotten that _() was put intoMalcolm Tredinnick
2006-09-26Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro.Malcolm Tredinnick
2006-09-25Fixed typos and improved documentation for permission_required decorator addi...Adrian Holovaty
2006-09-25fixed #2731: updated password change form to allow translationGeorg Bauer
2006-09-22Fixed #2770 -- Fixed a database connection leak inMalcolm Tredinnick
2006-09-22Fixed #2629 -- Added a permission_required decorator toMalcolm Tredinnick
2006-09-12Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not cla...Adrian Holovaty
2006-08-30Fixed #2624 -- Fixed typo in docstring for Permission model. Thanks, david@da...Adrian Holovaty
2006-08-27Refs #2333 - Added 'test' target to django-admin script. Includes addition of...Russell Keith-Magee
2006-08-04Fixed #61 -- No more editing hashes when creating users via the admin. Create...Adrian Holovaty
2006-07-28Removed bug from [3461] -- __name__ is not assignableAdrian Holovaty
2006-07-27Fixed #2375 -- Changed password_reset auth view to make e-mail template name ...Adrian Holovaty
2006-07-27Fixed #2388 -- login_required decorator now preserves docstring and name of d...Adrian Holovaty
2006-07-23Fixed #2405 -- Fixed recursion error in auth.views.logout(), caused by [3402]...Adrian Holovaty
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-20Fixed #2368 -- Fixed KeyError when trying to log out more than once. Thanks, ...Adrian Holovaty
2006-07-19Fixed #2377 -- Imported ImproperlyConfigured exception into django.auth.models.Malcolm Tredinnick
2006-07-19Fixed #2332 -- Introduced is_authenticated() method on User and AnonymousUser...Malcolm Tredinnick
2006-07-14Fixed #2325 -- fix the authentication framework to work with new-style classes.Malcolm Tredinnick
2006-07-11Fixed #2326 -- Fixed exception catching in django.contrib.auth.models. Thanks...Adrian Holovaty
2006-07-03Small edits to comments in contrib/auth/__init__.pyAdrian Holovaty
2006-06-28Merged multi-auth branch to trunk. See the authentication docs for the ramif...Jacob Kaplan-Moss
2006-06-20Fixed #1802 -- Fixed database integrity error when creating permission object...Adrian Holovaty
2006-06-20Fixed comma splice in auth.User model docstringAdrian Holovaty
2006-06-20Fixed #1422 -- Docstring improvements for the models in the admin app. ThanksMalcolm Tredinnick
2006-06-20Fixed #2189 -- Optimized auth.User.get_all_permissions() to use select_relate...Adrian Holovaty
2006-06-19Fixed #1856 -- install content-type entries and auth permissions forMalcolm Tredinnick
2006-06-08Fixed #2106 -- Made collapse-block JavaScript translatable. Thanks, ramiroAdrian Holovaty
2006-06-08Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...Adrian Holovaty
2006-06-06Made template names in django.contrib.auth.views passable as template_name ar...Adrian Holovaty
2006-06-02Fixed #1991 -- Changed AuthenticationForm to disallow users with is_active=Fa...Adrian Holovaty
2006-06-01Changed auth.Permission.__str__() to use str() of self.content_type, not repr()Adrian Holovaty
2006-05-31Added support to django/contrib/auth/handlers/modpython.py for setting DJANGO...Adrian Holovaty
2006-05-22Fixed #849 -- Improved login_required view decorator to save query-string par...Adrian Holovaty
2006-05-05Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu...Adrian Holovaty