mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #31949 -- Made @no_append_slash decorator to work with async functions.
This commit is contained in:
committed by
Mariusz Felisiak
parent
e5c844d6f2
commit
23abec9192
@@ -237,6 +237,7 @@ Decorators
|
||||
|
||||
* :func:`~django.views.decorators.cache.cache_control`
|
||||
* :func:`~django.views.decorators.cache.never_cache`
|
||||
* :func:`~django.views.decorators.common.no_append_slash`
|
||||
* ``xframe_options_deny()``
|
||||
* ``xframe_options_sameorigin()``
|
||||
* ``xframe_options_exempt()``
|
||||
|
||||
Reference in New Issue
Block a user