kcshafer / liwi-site

0 stars 0 forks source link

Datetime Issue in tests #66

Closed kcshafer closed 10 years ago

kcshafer commented 10 years ago

Find the cause of this issue and correct the tests showing it -

../Library/Python/2.7/site-packages/django/db/models/fields/init.py:903: RuntimeWarning: DateTimeField FeaturedArtist.last_imprint received a naive datetime (2014-06-25 14:09:15.881580) while time zone support is active. RuntimeWarning)

kcshafer commented 10 years ago

This wasn't actually an issue, the datetimes are being stored as they should, they just need to be displayed correctly.