django1/django/views
Aymeric Augustin c7a6996df7 Fixed a crash of the debug page.
During the autumn DST change, the template engine would fail to convert
the naive representation of now when USE_TZ = True. Passing now in UTC
eliminates the issue.

Thanks mbertheau and tricoder42.

Refs #23714.
2015-02-10 21:37:53 +01:00
..
decorators Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
generic Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
csrf.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
debug.py Fixed a crash of the debug page. 2015-02-10 21:37:53 +01:00
defaults.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
i18n.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
static.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00