summaryrefslogtreecommitdiff
path: root/tests/auth_tests
AgeCommit message (Expand)Author
2016-06-21[1.10.x] Refs #21379, #26719 -- Moved username normalization to AbstractBaseU...Tim Graham
2016-06-16[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-05-18Moved the AUTH_USER_MODEL setting changed receiver.Simon Charette
2016-05-18Fixed running auth_tests in isolation after 3a47d42fa33012b2156bf04058d933df6...Loïc Bistuer
2016-05-17Refs #26601 -- Deprecated old-style middleware.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-17Fixed #20932, #25897 -- Streamlined manager inheritance.Loïc Bistuer
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-16Fixed #21379 -- Created auth-specific username validatorsClaude Paroz
2016-05-15Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette
2016-05-07Fixed #26544 -- Delayed translations of SetPasswordForm help_textsClaude Paroz
2016-05-06Refs #25847 -- Added system check for UserModel.is_anonymous/is_authenticated...Tim Graham
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-25Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-04-06Fixed #26470 -- Converted auth permission validation to system checks.Simon Charette
2016-04-06Extracted auth checks tests into their own module.Simon Charette
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-22Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...Tim Graham
2016-03-21Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...Berker Peksag
2016-03-14Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.Vincenzo Pandolfo
2016-03-12Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...ieatkittens
2016-03-08Moved createsuperuser test app into auth_tests.Tim Graham
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-05Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...Jon Dufresne
2016-03-05Cleaned up tests to use call_command() instead of Command.execute().Jon Dufresne
2016-03-01Fixed #26303 -- Updated links to mod_wsgi docs.Alasdair Nicol
2016-03-01Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner
2016-02-29Removed obsolete test CreatesuperuserManagementCommandTestCase.test_nolocale.Jon Dufresne
2016-02-25Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong
2016-02-23Fixed a stray __unicode__() method in auth_tests.Tim Graham
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-02-17Refs #19353 -- Added tests for using custom user models with built-in auth fo...Berker Peksag
2016-02-13Fixed #11665 -- Made TestCase check deferrable constraints after each test.Jon Dufresne
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2016-02-04Fixed #26089 -- Removed custom user test models from public API.Simon Charette
2016-02-04Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.Hugo Osvaldo Barrera
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaisesMessage in tests.Hasan
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-08Fixed #21113 -- Made LogEntry.change_message language independentClaude Paroz
2016-01-07Fixed #24855 -- Allowed using contrib.auth.login() without credentials.Paulo Poiati
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2016-01-06Imported required models directly in auth management tests.Simon Charette
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-11-24Removed explicit User ids in tests.Tim Graham
2015-10-27Removed unnecessary app_label='auth' on auth_tests models.Tim Graham