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
Age
Commit message (
Expand
)
Author
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-22
Fixed E221 pep8 warnings.
Tim Graham
2013-10-21
Force update of the password on iteration count changes.
Florian Apolloner
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-19
Fixed #21291 -- Ensured inactive users cannot reset their passwords
Claude Paroz
2013-10-19
Cleaned formatting/comments in PasswordResetFormTest
Claude Paroz
2013-10-18
Fixed bug causing CSRF token not to rotate on login.
Tim Graham
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
2013-10-14
Fixed #18866 -- added validation error for verbose_name longer than 39 charac...
joaoxsouls
2013-10-14
Imported custom user classes in tests depending on it
Claude Paroz
2013-10-10
Whitespace cleanup.
Tim Graham
2013-10-10
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-10-08
Fixed #21164 -- Added documentation for issue with test users.
Russell Keith-Magee
2013-10-02
Fixed #16919 -- Passed user to set_password_form in GET requests.
Tim Graham
2013-09-24
Revert "Ensure that passwords are never long enough for a DoS."
Florian Apolloner
2013-09-22
Removed a few trailing backslashes.
Aymeric Augustin
2013-09-19
Increase default PBKDF2 iterations
Paul McMillan
2013-09-15
Ensure that passwords are never long enough for a DoS.
Russell Keith-Magee
2013-09-08
Removed a ton of unused local vars
Alex Gaynor
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-02
Replaced "not PY3" by "PY2", new in six 1.4.0.
Aymeric Augustin
2013-08-28
Fixed #18171 -- Checked signature of authenticate() to avoid supressing TypeE...
Michał Górny
2013-08-16
Combine consecutive with statements
Claude Paroz
2013-08-14
Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()
SusanTan
2013-08-13
Fixed is_safe_url() to reject URLs that use a scheme other than HTTP/S.
Jacob Kaplan-Moss
2013-08-10
Fixed #20828 -- Allowed @permission_required to take a list of permissions
ersran9
2013-08-09
SQLite test fix -- refs #9057
Tim Graham
2013-08-09
Fixed #9057 -- Added default_permissions model meta option.
Tim Graham
2013-08-05
Fixed #20832 -- Enabled HTML password reset email
Justin Michalicek
2013-08-04
Fixed a number of lint warnings, particularly around unused variables.
Alex Gaynor
2013-07-31
Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow custo...
Tim Graham
2013-07-30
Fixed a test that could fail depending on PASSWORD_HASHERS.
Aymeric Augustin
2013-07-27
Fixed #18511 -- Cleaned up admin password reset template titles.
Serge G. Spaolonzi
2013-07-23
Fixed #20760 -- Reduced timing variation in ModelBackend.
Aymeric Augustin
2013-07-23
Fixed #19019 -- Fixed UserAdmin to log password change.
Kirill Fomichev
2013-07-03
Fixed #20675 -- `check_password` should work when no password is specified.
Simon Charette
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-29
Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to fin...
Ramiro Morales
2013-06-29
More import removals
Claude Paroz
2013-06-28
Removed custom profile model functionality as per deprecation TL.
Ramiro Morales
2013-06-27
Fixed #20244: PermissionsMixin now defines a related_query_name for M2Ms
Andrew Godwin
2013-06-27
Fixed #20541 -- don't raise db signals twice when creating superuser
Anton Baklanov
2013-06-26
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
Tim Graham
2013-06-19
Removed several unused imports.
Aymeric Augustin
[prev]
[next]