django1/django/views
Tim Graham 8c6a3062dd Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page.
Regression in 7b6dccc82f
2017-04-15 09:21:35 -04:00
..
decorators Refs #27656 -- Updated django.views docstring verbs according to PEP 257. 2017-03-03 17:05:42 -05:00
generic Refs #27795 -- Removed unneeded force_text calls 2017-03-04 18:18:21 +01:00
templates Fixed #28008 -- Replaced getElementsByClassName() JavaScript in debug view template. 2017-04-14 08:12:14 -04:00
__init__.py Fixed #25385 -- Allowed importing views.generic.View from views.View. 2016-01-11 08:18:44 -05:00
csrf.py Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
debug.py Fixed #28079 -- Restored "No POST data" (rather than an empty table) in HTML debug page. 2017-04-15 09:21:35 -04:00
defaults.py Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
i18n.py Refs #27656 -- Updated django.views docstring verbs according to PEP 257. 2017-03-03 17:05:42 -05:00
static.py Fixed CVE-2017-7234 -- Fixed open redirect vulnerability in views.static.serve(). 2017-04-04 10:42:06 -04:00