1
0
mirror of https://github.com/django/django.git synced 2025-02-08 00:16:31 +00:00
Aymeric Augustin 46b082e05c Fixed #17742 -- Handled aware datetimes in DateField
Converted aware datetimes to the default time zone before using them
in the context of a DateField.
2012-05-01 11:29:55 +02:00
..