django/django/views
2023-07-10 11:43:36 +02:00
..
decorators Refs #31949 -- Made @vary_on_(cookie/headers) decorators work with async functions. 2023-07-10 11:43:36 +02:00
generic Refs #33263 -- Removed warning in BaseDeleteView when delete() method is overridden. 2023-01-17 11:49:15 +01:00
templates Fixed #34592 -- Removed Safari/Chrome workaround for system fonts. 2023-05-24 10:26:25 +02:00
__init__.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
csrf.py Refs 34343 -- Removed outdated comment about inline template from CSRF view file. 2023-05-18 14:17:21 -03: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 Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
i18n.py Fixed #34343 -- Moved built-in templates to filesystem. 2023-02-17 09:50:50 +01:00
static.py Fixed #34343 -- Moved built-in templates to filesystem. 2023-02-17 09:50:50 +01:00