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_decorators.py
Age
Commit message (
Expand
)
Author
2024-10-17
Refs #35844 -- Used asgiref.sync.iscoroutinefunction() instead of deprecated ...
Mariusz Felisiak
2024-10-07
Fixed #35303 -- Implemented async auth backends and utils.
Jon Janzen
2024-05-22
Fixed #31405 -- Added LoginRequiredMiddleware.
Hisham Mahmood
2024-03-07
Fixed #35030 -- Made django.contrib.auth decorators to work with async functi...
Dingning
2024-03-06
Refs #35030 -- Added more tests for @user_passes_test decorator.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-04-14
Renamed camelCaseTestMethods to snake_case_test_methods
Markus Holtermann
2018-11-27
Made reused RequestFactory instances class attributes.
Simon Charette
2018-11-27
Switched setUp() to setUpTestData() where possible in Django's tests.
Simon Charette
2017-02-03
Fixed spelling of "nonexistent".
Tim Graham
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
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
2015-06-08
Fixed #24929 -- Allowed permission_required decorator to take any iterable
Raphael Michel
2015-02-11
Moved contrib.auth tests out of contrib.
Tim Graham