django1/django/views
Carlton Gibson 581ba5a948 Refs #23004 -- Allowed exception reporter filters to customize settings filtering.
Thanks to Tim Graham for the original implementation idea.

Co-authored-by: Daniel Maxson <dmaxson@ccpgames.com>
2020-01-10 11:21:23 +01:00
..
decorators Fixed #31077 -- Made debug decorators raise TypeError if they're not called. 2019-12-10 13:34:28 +01:00
generic Removed "Don't do that" from docs and error messages. 2020-01-06 13:50:43 +01:00
templates Refs #30585 -- Updated project templates and tests to use (block)translate tags. 2019-12-18 13:15:38 +01:00
__init__.py Fixed #25385 -- Allowed importing views.generic.View from views.View. 2016-01-11 08:18:44 -05:00
csrf.py Fixed #30400 -- Improved typography of user facing strings. 2019-06-28 16:46:18 +02:00
debug.py Refs #23004 -- Allowed exception reporter filters to customize settings filtering. 2020-01-10 11:21:23 +01:00
defaults.py Fixed #30521 -- Fixed invalid HTML in default error pages. 2019-06-07 07:51:45 +02:00
i18n.py Renamed set_language()'s next variable to avoid clash with builtin. 2020-01-09 07:54:18 +01:00
static.py Refs #30585 -- Updated project templates and tests to use (block)translate tags. 2019-12-18 13:15:38 +01:00