Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeWarning: DateTimeField BlogPage.date_updated received a naive datetime #5

Open
alexgleason opened this issue Jan 17, 2016 · 0 comments

Comments

@alexgleason
Copy link

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant