paulocheque / django-dynamic-fixture

A complete library to create dynamic model instances for testing purposes.
http://django-dynamic-fixture.readthedocs.io/
Other
390 stars 67 forks source link

Use timezone aware Datetime objects #13

Closed ghost closed 11 years ago

ghost commented 11 years ago

Django 1.4 will issue a warning if objects are saved DateTimeField that contain values without a timezone.

paulocheque commented 11 years ago

Duplicated: https://github.com/paulocheque/django-dynamic-fixture/pull/14

qris commented 11 years ago

Please could we have a release with this fix? I see some mention of 1.6.4 in the commit logs, but the latest on PyPI and according to the README is 1.6.3.

paulocheque commented 11 years ago

try the 1.6.5!