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