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
/
tests
/
forms.py
Age
Commit message (
Expand
)
Author
2013-04-02
Modified auth to work with unittest2 discovery.
Preston Timmons
2013-03-14
Fixed #17051 -- Removed some 'invalid' field error messages
Claude Paroz
2013-02-24
Fixed the usage of the deprecated assertEquals.
Florian Apolloner
2013-02-23
Fixed #19758 -- Avoided leaking email existence through the password reset form.
Horst Gutmann
2013-02-18
Fixed #19839 -- Isolated auth tests from customized TEMPLATE_LOADERS
Claude Paroz
2013-01-25
Fixed #18460 -- Fixed change detection of ReadOnlyPasswordHashField
Claude Paroz
2013-01-10
Fixed #19573 -- Allow override of username field label in AuthenticationForm
Nick Sandford
2012-12-16
Corrected tests depending on the error message on the AuthenticationForm.
Russell Keith-Magee
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-01
Fixed #19349 -- Fixed re-rendering of ReadOnlyPasswordHashWidget
Claude Paroz
2012-10-20
Fixed #19133 -- Corrected regression in form handling for user passwords.
Russell Keith-Magee
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-12
Fixed test output check when password is blank
Claude Paroz
2012-09-12
Fixed #18182 -- Made is_usable_password check if hashing algorithm is correct
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-08-04
Fixed #7833 -- Improved UserCreationForm password validation
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-04-30
Ensured tests pass using custom PASSWORD_HASHERS.
Anssi Kääriäinen
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-26
Make auth test pass even when LANGUAGE_CODE is not 'en'. Refs #17980. Thanks ...
Claude Paroz
2012-03-22
Fixed #17944 -- Prevented an error in the user change page of the admin when ...
Aymeric Augustin
2012-03-20
Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...
Aymeric Augustin
2011-12-15
Fixed #17194 -- Made sure the auth form tests work if a language other than E...
Jannis Leidel
2011-09-03
Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...
Julien Phalip
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-26
Fixed #14674 -- Prevent user accounts with an unusable password from resettin...
Jannis Leidel
2011-06-19
Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...
Jannis Leidel
2011-03-14
Fixed #9213 - Added check to prevent inactive users from resetting their pass...
Carl Meyer
2010-09-09
Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field cau...
Luke Plant
2010-09-09
Converted tests for contrib.auth.forms to unit tests.
Luke Plant
2010-03-15
Fixed #13108 -- Corrected an ambiguity in test data with the potential to cau...
Russell Keith-Magee
2010-03-01
Fixed #5605: only lowercase the domain portion of an email address in `UserMa...
Jacob Kaplan-Moss
2010-03-01
Fixed #5786: relaxed the validation for usernames to allow more common charac...
Jacob Kaplan-Moss
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-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner