index
:
django.git
fix-31295
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
/
test_auth_backends.py
Age
Commit message (
Expand
)
Author
2024-11-15
Refs #28215 -- Marked auth form passwords as sensitive variables.
GappleBee
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2024-01-04
Used enterClassContext() where appropriate.
Mariusz Felisiak
2023-12-31
Used addCleanup() in tests where appropriate.
Mariusz Felisiak
2023-06-27
Fixed #34391 -- Added async-compatible interface to auth functions and relate...
Jon Janzen
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-11-11
Fixed #33269 -- Made AnonymousUser/PermissionsMixin.has_perms() raise ValueEr...
Lie Ryan
2020-10-28
Refs #28215 -- Marked auth credentials as sensitive variables.
Hasan Ramezani
2019-12-10
Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...
Baptiste Mispelon
2019-06-10
Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...
Aymeric Augustin
2019-06-05
Refs #30226 -- Added User.get_user_permissions() method.
Tobias Bengfort
2019-06-05
Fixed #30226 -- Added BaseBackend for authentication.
Tobias Bengfort
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2018-03-28
Fixed #29258 -- Added type checking for login()'s backend argument.
Abeer Upadhyay
2018-03-16
Fixed hanging indentation in various code.
Mariusz Felisiak
2018-01-03
Fixed #28982 -- Simplified code with and/or.
Дилян Палаузов
2017-10-14
Fixed #28713 -- Prevented ModelBackend.get_all_permissions() from mutating ge...
Yuri Kaszubowski Lopes
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-03-01
Improved test coverage for django.contrib.auth.
Anton Samarchyan
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-12
Fixed #25187 -- Made request available in authentication backends.
Aleksej Manaev
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-03-23
Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.
Alexander Gaevsky
2016-03-12
Fixed #26343 -- Sent user_login_failed signal if an auth backend raises Permi...
ieatkittens
2016-02-04
Fixed #26089 -- Removed custom user test models from public API.
Simon Charette
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2016-01-07
Fixed #24855 -- Allowed using contrib.auth.login() without credentials.
Paulo Poiati
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-09-20
Removed obsolete supports_* auth backend attributes in tests
Claude Paroz
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-12
Fixed #24161 -- Stored the user primary key as a serialized value in the sess...
Tim Graham
2015-02-11
Moved non-documented auth test models to the new test location.
Tim Graham
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham