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
2020-02-26
Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.
aryan
2020-02-18
Refs #26601 -- Deprecated passing None as get_response arg to middleware clas...
Claude Paroz
2020-02-12
Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.
Claude Paroz
2020-02-12
Removed unnecessary token regex in auth_tests URLs.
Claude Paroz
2020-02-07
Used assertRaisesMessage() in various tests.
Hasan Ramezani
2020-01-30
Replaced assertWarns() with SimpleTestCase.assertWarnsMessage() in tests.
Hasan Ramezani
2020-01-29
Made token tests in auth_tests use assertIs() rather than assertTrue/False().
Jon Dufresne
2020-01-23
Fixed #31200 -- Added system checks for permissions codenames max length.
Michael Mulholland
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2020-01-03
Refs #31040 -- Fixed crypt.crypt() call in test_hashers.py.
Mariusz Felisiak
2019-12-18
Fixed CVE-2019-19844 -- Used verified user email for password reset requests.
Simon Charette
2019-12-10
Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...
Baptiste Mispelon
2019-12-02
Fixed CVE-2019-19118 -- Required edit permissions on parent model for editabl...
Carlton Gibson
2019-11-29
Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...
Mariusz Felisiak
2019-11-18
Replaced encode() usage with bytes literals.
Jon Dufresne
2019-11-13
Fixed random auth_tests.test_tokens.TokenGeneratorTest.test_10265 failures.
Mariusz Felisiak
2019-11-13
Moved MockedPasswordResetTokenGenerator outside of TokenGeneratorTest.test_ti...
Mariusz Felisiak
2019-10-23
Added tests for middlewares' checks.
Sergey Fedoseev
2019-09-20
Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...
Hasan Ramezani
2019-09-18
Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...
Sam Reynolds
2019-09-12
Increased the default PBKDF2 iterations for Django 3.1.
Carlton Gibson
2019-09-10
Refs #30037 -- Required the RemoteUserBackend.configure_user() to have reques...
Mariusz Felisiak
2019-08-29
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
Berker Peksag
2019-08-29
Fixed #30066 -- Enabled super user creation without email and password
daniel a rios
2019-08-29
Converted auth test to use subTest().
Carlton Gibson
2019-08-26
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
Hasan Ramezani
2019-07-02
Fixed #27801 -- Made createsuperuser fall back to environment variables for p...
Hasan Ramezani
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-14
Fixed #12952 -- Adjusted admin log change messages to use form labels instead...
Sanyam Khurana
2019-06-10
Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...
Aymeric Augustin
2019-06-07
Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.
Hasan Ramezani
2019-06-05
Refs #30226 -- Added User.get_user_permissions() method.
Tobias Bengfort
2019-06-05
Fixed #30226 -- Added BaseBackend for authentication.
Tobias Bengfort
2019-05-27
Refs #24944 -- Added test for overriding domain in email context in PasswordR...
Mattia Procopio
2019-05-24
Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...
Rob
2019-05-15
Fixed mis-capitalisation in comment.
Ally Weir
2019-04-27
Fixed #30351 -- Handled pre-existing permissions in proxy model permissions d...
Carlton Gibson
2019-04-25
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escap...
Jon Dufresne
2019-04-14
Renamed camelCaseTestMethods to snake_case_test_methods
Markus Holtermann
2019-03-29
Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...
pmisteli
2019-03-22
Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.
Ryan J Schave
2019-03-15
Cleaned up exception message checking in some tests.
Jon Dufresne
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-01-17
Increased the default PBKDF2 iterations for Django 3.0.
Tim Graham
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-10
Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...
Simon Charette
2019-01-09
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
Joshua Cannon
2018-12-31
Updated test URL patterns to use path() and re_path().
Tim Graham
2018-12-21
Added tests for ContentType/Group/Permission.__str__().
Tim Graham
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
[prev]
[next]