disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
748 stars 112 forks source link

Add support for Django 1.4 timezone aware datetimes #47

Closed streeter closed 12 years ago

streeter commented 12 years ago

Try to import now from django.utils.timezone and fall back to the standard timezone naive now provided by datetime.datetime

travisbot commented 12 years ago

This pull request fails (merged 6786064f into 9efe053b).

travisbot commented 12 years ago

This pull request passes (merged ff7bbfdb into 9efe053b).

armisael commented 12 years ago

could by any chance this pull request be merged? It's not that important, but django 1.4 keeps on spitting log messages about receiving naive datetimes..