summaryrefslogtreecommitdiff
path: root/django/contrib/auth
AgeCommit message (Expand)Author
2009-04-19[1.0.X] Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.Malcolm Tredinnick
2009-04-18[1.0.X] Fixed #10694: correctly check permissions in the change password admi...Jacob Kaplan-Moss
2009-04-10[1.0.X] Fixed #10747: fixed the auth tests to ignore broken user-supplied log...Jacob Kaplan-Moss
2009-04-05[1.0.X] Fixed a sloppy test auth test. [10400] revealed that the auth test wa...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #10265: fixed a bug when generating a password reset token for ...Jacob Kaplan-Moss
2009-04-01[1.0.X] Fixed #9474: user_passes_test may now be applied multiple times. Back...Jacob Kaplan-Moss
2009-03-31[1.0.X]: Fixed #10553 -- Corrected several uses of `URLconf` in documentation...Gary Wilson Jr
2009-03-30[1.0.X]: Fixed #8140 -- Made `UserManager.create_superuser` return the new `U...Gary Wilson Jr
2009-02-26[1.0.X] Fixed #10017 - PasswordResetForm.clean_email was not returning the va...Luke Plant
2009-02-22[1.0.X] Fixed #10025 -- Corrected two minor typos in source documentation. Th...Russell Keith-Magee
2008-12-26[1.0.X] Merged [9682], [9683] and [9684] from trunk. These were changes deali...Adrian Holovaty
2008-11-06[1.0.X] Fixed #6160, #9111 -- Consistently apply conditional_escape to form e...Karen Tracey
2008-10-06[1.0.X] Fixed #5753 -- Allow createsuperuser to work in situations where thereMalcolm Tredinnick
2008-08-31Fixed #8433 -- Deal with the add user popup on models that foreign key to Use...Brian Rosner
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-27Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather t...Malcolm Tredinnick
2008-08-25Fixed #8379: the admin user change form now properly validates the username. ...Jacob Kaplan-Moss
2008-08-25Fixed #8344: make User.get_profile() work when settings.AUTH_PROFILE_MODULE i...Jacob Kaplan-Moss
2008-08-25Fixed #7833: the user creation form now works when password1 isn't set.Jacob Kaplan-Moss
2008-08-24Added app_label to the context for the add user admin view.Russell Keith-Magee
2008-08-23Fixed #8359 -- Add an admin log entry when creating a new user.Malcolm Tredinnick
2008-08-23Tests for password change process. Thanks, Mike Richardson. Fixed #8402.Malcolm Tredinnick
2008-08-23Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don...Brian Rosner
2008-08-21When logging in, change the session key whilst preserving any existingMalcolm Tredinnick
2008-08-15Removed unused and redefined imports.Gary Wilson Jr
2008-08-15Fixed #7364 -- Never cache the contrib.auth login view.Gary Wilson Jr
2008-08-14Fixed #6941 -- When logging a user out, or when logging in with an existingMalcolm Tredinnick
2008-08-12Fixed #8131: use reverse() in auth views. Patch from davenaff.Jacob Kaplan-Moss
2008-08-11Fixed #8226 -- Fixed a Python 2.3 incompatibility in a unicode string substit...Gary Wilson Jr
2008-08-11Refs #7742 -- Removed unused `validator_list` argument (this is already being...Gary Wilson Jr
2008-08-10Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...Brian Rosner
2008-08-10Fixed #7932 -- Made it easier to use a custom User model with the admin. Adde...Brian Rosner
2008-08-08Fixed #7115: tweaked ordering on Permission to more closely match the pre-QSR...Jacob Kaplan-Moss
2008-08-06Major refactoring of django.dispatch with an eye towards speed. The net resul...Jacob Kaplan-Moss
2008-08-05Cleaned up whitespaceLuke Plant
2008-08-04Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco...Russell Keith-Magee
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-08-01Fixed #3062 - removed arbitrary and unneeded max_length on password fields in...Luke Plant
2008-08-01Changed some URL conf regexes to rawstrings for consistencyLuke Plant
2008-08-01Added a login link to the password reset completion screen.Luke Plant
2008-07-31Fixed #7723 - implemented a secure password reset form that uses a token and ...Luke Plant
2008-07-31Fixed #8042 -- Modified the password reset form so that the email field lengt...Russell Keith-Magee
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-22Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lackingAdrian Holovaty
2008-07-19Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-07-02Fixed a long and complex line by breaking into a for loop, with the added ben...Gary Wilson Jr
2008-07-02Added docstring and other minor style fixes.Gary Wilson Jr
2008-06-30Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modifie...Russell Keith-Magee
2008-06-30Fixed #6089 -- Removed default ordering on the User class.Malcolm Tredinnick