1
0
mirror of https://github.com/django/django.git synced 2025-01-05 16:06:07 +00:00
django/django/views
2024-02-23 06:44:16 +01:00
..
decorators Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorators crash with .pyc-only builds. 2024-02-17 08:15:59 +01:00
generic
templates Fixed #35140 -- Increased font size in debug views. 2024-02-23 06:44:16 +01:00
__init__.py
csrf.py Fixed #34830 -- Added request to bad_request/csrf_failure view template contexts. 2023-12-04 10:52:06 +01:00
debug.py Refs #31949 -- Made @sensitive_variables/sensitive_post_parameters decorators to work with async functions. 2023-06-23 13:29:40 +02:00
defaults.py Fixed #34830 -- Added request to bad_request/csrf_failure view template contexts. 2023-12-04 10:52:06 +01:00
i18n.py
static.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00