django1/django/views
Tim Graham 21f13ff5b3 Refs #23919 -- Removed an used block in ExceptionReporter.get_traceback_data().
The test from refs #20368 only runs this block on Python 2.
2017-02-09 09:03:28 -05:00
..
decorators Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 2017-02-01 11:41:56 -05:00
generic Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01: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 Refs #23919 -- Removed an used block in ExceptionReporter.get_traceback_data(). 2017-02-09 09:03:28 -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 Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00