willowgarage/interactive-manipulation-sandbox

Layer2 runserver generates RuntimeWarning

Closed this issue · 1 comments

On each GET to /world/api/clients/... the server raises a RuntimeWarning with the following message:

/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-12-17 07:52:01.190033) while time zone support is active.
  RuntimeWarning)
/usr/local/lib/python2.7/dist-packages/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (2012-12-17 07:51:01.195183) while time zone support is active.
  RuntimeWarning)

It clutters server output and could eventually hit the logs.

tlau commented

+1