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

Investigate and fix naive datetime warnings #3165

Open
maurizi opened this issue Jul 13, 2017 · 0 comments
Open

Investigate and fix naive datetime warnings #3165

maurizi opened this issue Jul 13, 2017 · 0 comments

Comments

@maurizi
Copy link
Contributor

maurizi commented Jul 13, 2017

When running the test suite, a large number of errors are reported about assigning naive datetimes (dates without timezone information):

/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:1451: RuntimeWarning: DateTimeField ExportJob.modified received a naive datetime (2017-07-13 11:01:23.141749) while time zone support is active.

This was uncovered by the upgrade to Django 1.11, but appears to be an old issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants