summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests
AgeCommit message (Expand)Author
2014-08-20[1.7.x] Fixed #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes
2014-06-13[1.7.x] Fixed #22477 -- Removed contrib middleware from the global settings d...mlavin
2014-05-29[1.7.x] Fixed several typos in DjangoAlex Gaynor
2014-05-20[1.7.x] Removed unused translations in auth testsClaude Paroz
2014-05-14[1.7.x] Added additional checks in is_safe_url to account for flexible parsing.Erik Romijn
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-25[1.7.x] Fixed #22515 -- Fixed the object_id of the LogEntry that's created af...Tim Graham
2014-04-17[1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649.Tim Graham
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user pas...Tim Graham
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-03-03Edited contrib.auth check messages for grammar and consistency.Russell Keith-Magee
2014-02-23Allowed some auth tests to be run independentlyClaude Paroz
2014-02-22Fixed #22120 -- Documented persistent activation of languages and cleaned up ...Erik Romijn
2014-02-18flake8 fixes (unused imports and variables).Tim Graham
2014-02-18Fixed broken tests when running with a non-TTY stdin.Baptiste Mispelon
2014-02-18Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...Baptiste Mispelon
2014-02-18Consolidated all tests for createsuperuser in the same TestCase.Baptiste Mispelon
2014-02-17Fixed #7423 -- Skip superuser creation when not running in a TTY.Baptiste Mispelon
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