django1/django/views
Tim Graham 597bfcbf8b Removed unused ExceptionReporter.format_exception() method.
Unused since its introduction in e7e4b8b0f7.
2017-02-01 19:55:31 -05:00
..
decorators Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
generic Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -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 #27258 -- Prohibited django.Template.render() with non-dict context. 2016-12-28 16:03:20 -05:00
debug.py Removed unused ExceptionReporter.format_exception() method. 2017-02-01 19:55:31 -05:00
defaults.py Refs #23919 -- Removed six.<various>_types usage 2017-01-18 20:18:46 +01:00
i18n.py Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +01:00
static.py Refs #23919 -- Removed most of remaining six usage 2017-01-18 21:33:28 +01:00