1
0
mirror of https://github.com/django/django.git synced 2025-04-16 05:14:38 +00:00
Aymeric Augustin 78ba9670af Fixed -- Time zone support in generic views
Introduced a distinct implementation depending on the type of the
date field (DateField or DateTimeField), and applied appropriate
conversions is the latter case, when time zone support is enabled.
2012-04-30 20:48:19 +02:00
..