django1/django/views
Tom Hacohen 9f4ed7c94c [2.0.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the default 404 page.
Co-Authored-By: Tim Graham <timograham@gmail.com>
Backport of 1ecc0a395b from master.
2019-01-03 22:01:12 -05:00
..
decorators Fixed #28104 -- Prevented condition decorator from setting ETag/Last-Modified headers for non-safe requests. 2017-06-06 15:37:14 -04:00
generic [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00
templates [2.0.x] Fixed #28885 -- Fixed hidden content at the bottom of the "The install worked successfully!" page for some languages. 2018-01-12 19:33:07 -05:00
__init__.py Fixed #25385 -- Allowed importing views.generic.View from views.View. 2016-01-11 08:18:44 -05:00
csrf.py Fixed #28508 -- Set the foreground color to black in CSRF and 404 error templates. 2017-09-21 10:23:23 -04:00
debug.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
defaults.py [2.0.x] Fixed #30070, CVE-2019-3498 -- Fixed content spoofing possiblity in the default 404 page. 2019-01-03 22:01:12 -05:00
i18n.py [2.0.x] Reverted "Fixed #29511 -- Added charset to JavaScriptCatalog's Content-Type header." 2018-06-25 09:43:39 -04:00
static.py Fixed #28122 -- Fixed crash when overriding views.static.directory_index()'s template. 2017-04-25 11:01:21 -04:00