You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run a migration I get these errors about datetime:
Applying wagtail_blog.0001_initial.../home/vagrant/.virtualenvs/pedsnet/lib/python3.4/site-packages/django/db/models/fields/__init__.py:1474: RuntimeWarning: DateTimeField BlogPage.date_updated received a naive datetime (2016-01-17 19:21:11.180280) while time zone support is active.
RuntimeWarning)
/home/vagrant/.virtualenvs/pedsnet/lib/python3.4/site-packages/django/db/models/fields/__init__.py:1414: RuntimeWarning: DateTimeField BlogPage.date received a naive datetime (2016-01-17 00:00:00) while time zone support is active.
RuntimeWarning)
The text was updated successfully, but these errors were encountered:
When I run a migration I get these errors about datetime:
The text was updated successfully, but these errors were encountered: