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
/
tests
/
auth_tests
Age
Commit message (
Expand
)
Author
2016-04-06
Extracted auth checks tests into their own module.
Simon Charette
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-03-22
Fixed #26395 -- Skipped the CryptPasswordHasher tests on platforms with a dum...
Tim Graham
2016-03-21
Fixed #26381 -- Made UserCreationForm reusable with custom user models that d...
Berker Peksag
2016-03-14
Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields.
Vincenzo Pandolfo
2016-03-12
Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...
ieatkittens
2016-03-08
Moved createsuperuser test app into auth_tests.
Tim Graham
2016-03-08
Fixed #26033 -- Added Argon2 password hasher.
Bas Westerbaan
2016-03-05
Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...
Jon Dufresne
2016-03-05
Cleaned up tests to use call_command() instead of Command.execute().
Jon Dufresne
2016-03-01
Fixed #26303 -- Updated links to mod_wsgi docs.
Alasdair Nicol
2016-03-01
Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.
Florian Apolloner
2016-02-29
Removed obsolete test CreatesuperuserManagementCommandTestCase.test_nolocale.
Jon Dufresne
2016-02-25
Fixed #12233 -- Allowed redirecting authenticated users away from the login v...
Olivier Le Thanh Duong
2016-02-23
Fixed a stray __unicode__() method in auth_tests.
Tim Graham
2016-02-22
Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.
Tim Graham
2016-02-17
Refs #19353 -- Added tests for using custom user models with built-in auth fo...
Berker Peksag
2016-02-13
Fixed #11665 -- Made TestCase check deferrable constraints after each test.
Jon Dufresne
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
2016-02-04
Fixed #12405 -- Added LOGOUT_REDIRECT_URL setting.
Hugo Osvaldo Barrera
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaisesMessage in tests.
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-08
Fixed #21113 -- Made LogEntry.change_message language independent
Claude Paroz
2016-01-07
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
Paulo Poiati
2016-01-06
Fixed #25746 -- Isolated inlined test models registration.
Simon Charette
2016-01-06
Imported required models directly in auth management tests.
Simon Charette
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-11-24
Removed explicit User ids in tests.
Tim Graham
2015-10-27
Removed unnecessary app_label='auth' on auth_tests models.
Tim Graham
2015-10-27
Fixed #25596 -- Fixed regression in password change view with custom user model.
Tim Graham
2015-10-02
Fixed #25490 -- Made the logout() view send "no-cache" headers.
Kaleb Elwert
2015-09-28
Refs #16860 -- Fixed password help text when there aren't any validators.
Antoine Catton
2015-09-24
Fixed #25457 -- Improved formatting of password validation errors in manageme...
Tzu-ping Chung
2015-09-23
Increased the default PBKDF2 iterations for the 1.10 release cycle.
Tim Graham
2015-09-23
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-23
Refs #21648 -- Removed is_admin_site option from password_reset() view.
Tim Graham
2015-09-20
Removed obsolete supports_* auth backend attributes in tests
Claude Paroz
2015-09-19
Fixed typo in "pbkdf2" test names.
Tim Graham
2015-09-18
Fixed #24944 -- Added extra_email_context parameter to password_reset() view.
sujayskumar
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-08-18
Added two more tests for user-entered passwords when creating a superuser.
David Gibbons
2015-08-02
Fixed flake8 warning.
Tim Graham
2015-08-01
Fixed #25089 -- Added password validation to createsuperuser/changepassword.
Alex Becker
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-20
Fixed #25052; refs #16860 -- Added password validation to UserCreationForm.
Tim Graham
2015-07-20
Refs #16860 -- Moved password_changed() logic to AbstractBaseUser.
Tim Graham
[prev]
[next]