summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests
AgeCommit message (Expand)Author
2014-02-01Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-14Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn
2013-12-29Changed get_validation_errors to use an app config.Aymeric Augustin
2013-12-29Added Apps.clear_cache().Aymeric Augustin
2013-12-29Cleared get_models cache when swapping User model.Aymeric Augustin
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
2013-12-26Added missing newline in previous commit.Tim Graham
2013-12-26Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Deprecated get_app().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-14Fixed #21250 -- Made HTTP auth user header configurable in testsBartolomé Sánchez
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-12Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-30Fixed #21535 -- Fixed password hash iteration upgrade.Tim Graham
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-14Propagate get_user_model exception from get_userMatt Robenolt
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