1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/decorators
2023-07-10 07:55:02 +02:00
..
__init__.py
test_cache.py
test_clickjacking.py Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to work with async functions. 2023-05-20 15:52:00 +02:00
test_common.py Refs #31949 -- Made @no_append_slash decorator to work with async functions. 2023-05-23 10:04:41 +02:00
test_csrf.py Refs #31949 -- Made @csrf_exempt decorator to work with async functions. 2023-07-10 07:55:02 +02:00
test_http.py Refs #31949 -- Made http decorators to work with async functions. 2023-06-26 09:29:04 +02:00
tests.py Moved http decorator tests into decorators/test_http.py. 2023-06-26 09:29:01 +02:00