django1/django/views
Keryn Knight c5c7a15b09 Fixed -- Escaped template errors in the technical 500 debug page. 2022-01-28 07:07:12 +01:00
..
decorators Fixed -- Reallowed using cache decorators with duck-typed HttpRequest. 2021-12-16 20:13:17 +01:00
generic Refs -- Added warning to BaseDeleteView when delete() method is overridden. 2021-11-09 09:03:40 +01:00
templates Fixed -- Escaped template errors in the technical 500 debug page. 2022-01-28 07:07:12 +01:00
__init__.py Fixed -- Allowed importing views.generic.View from views.View. 2016-01-11 08:18:44 -05:00
csrf.py Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
debug.py Fixed -- Added view name to technical 500 debug page. 2022-01-13 07:02:41 +01:00
defaults.py Fixed -- Corrected docstring and removed redundant comments in django/views/defaults.py. 2021-02-24 21:32:37 +01:00
i18n.py Fixed -- Fixed preserving encoded query strings in set_language() view. 2021-01-29 11:58:43 +01:00
static.py Fixed -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00