1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +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 Refs #33263 -- Removed warning in BaseDeleteView when delete() method is overridden. 2023-01-17 11:49:15 +01:00
templates Fixed #35140 -- Increased font size in debug views. 2024-02-23 06:44:16 +01:00
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
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 Fixed #34343 -- Moved built-in templates to filesystem. 2023-02-17 09:50:50 +01:00
static.py Applied Black's 2024 stable style. 2024-01-26 12:45:07 +01:00