disqus / gargoyle

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

RuntimeWarning being thrown when running migrations in Django 1.4+ #49

Closed dlo closed 11 years ago

dlo commented 11 years ago

When USE_TZ = True is specified in a settings file, RuntimeWarnings are thrown in the migrations. This is because the default times in the parameters for the field instantiation are not timezone aware. Patch forthcoming.