index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
forms.py
Age
Commit message (
Expand
)
Author
2010-03-15
Fixed #13000 - Use a dictionary for the error messages definition in user cre...
Jannis Leidel
2010-03-01
Fixed #5786: relaxed the validation for usernames to allow more common charac...
Jacob Kaplan-Moss
2010-01-12
Make use of new ability to override admin add form templates and removed a li...
Jannis Leidel
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2009-02-26
Fixed #10017 - PasswordResetForm.clean_email was not returning the value.
Luke Plant
2008-08-25
Fixed #8379: the admin user change form now properly validates the username. ...
Jacob Kaplan-Moss
2008-08-25
Fixed #7833: the user creation form now works when password1 isn't set.
Jacob Kaplan-Moss
2008-08-05
Cleaned up whitespace
Luke Plant
2008-08-04
Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco...
Russell Keith-Magee
2008-08-01
Fixed #3062 - removed arbitrary and unneeded max_length on password fields in...
Luke Plant
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-07-31
Fixed #8042 -- Modified the password reset form so that the email field lengt...
Russell Keith-Magee
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2007-10-27
Fixed #5798 -- Added a missing translation marker. Thanks, maru.
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-19
Fixed behaviour of contrib.auth.forms.PasswordResetForm when more than
Luke Plant
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-17
Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott.
Russell Keith-Magee
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 #2731: updated password change form to allow translation
Georg Bauer
2006-08-04
Fixed #61 -- No more editing hashes when creating users via the admin. Create...
Adrian Holovaty
2006-07-27
Fixed #2375 -- Changed password_reset auth view to make e-mail template name ...
Adrian Holovaty
2006-06-28
Merged multi-auth branch to trunk. See the authentication docs for the ramif...
Jacob Kaplan-Moss
2006-06-02
Fixed #1991 -- Changed AuthenticationForm to disallow users with is_active=Fa...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty