Re: Warnings in server log

2014-10-08 Thread David Carson
I'm seeing naive timetamps for many different objects. I'm running 2.0.8. - Review.timestamp - ReviewRequest.time_added - ChangeDescription.timestamp - user.last_login - Comment.timestamp - etc. Here is a snippet of the log, showing some of the above. 19:36:52WARNING - /usr/

Re: Warnings in server log

2014-10-01 Thread Adrien Rochereau
Hi guys, seeing this as well quite often too, not limited to review requests either original install was 1.7.something and running latest 2.0.8 right now - /usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/db/models/fields/__init__.py:848: RuntimeWarning: DateTimeField Comme

Re: Warnings in server log

2014-08-26 Thread Bruce Cran
On Tue, Aug 26, 2014 at 3:16 AM, Christian Hammond wrote: > > Does yours also mention "Review.timestamp," or is it a different > DateTimeField? > > Looking through the codebase, I don't immediately see anywhere where we'd > be generating a so-called "naive" timestamp (one generated without timezo

Re: Warnings in server log

2014-08-26 Thread Christian Hammond
Hi Bruce, Does yours also mention "Review.timestamp," or is it a different DateTimeField? Looking through the codebase, I don't immediately see anywhere where we'd be generating a so-called "naive" timestamp (one generated without timezone information), but it's definitely happening somewhere. -

Re: Warnings in server log

2014-08-25 Thread Bruce Cran
I've also seen this timestamp warning in the logs quite regularly: I don't know if it's related, but the times in the logs are 7 hours ahead - we're in UTC-7. The times within the web interface are correct. -- Bruce On Monday, August 25, 2014, Greg Burcher wrote: > Thanks for the updates! > >

Re: Warnings in server log

2014-08-25 Thread Greg Burcher
Thanks for the updates! 13:42:37 WARNING - /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/db/models/fields/__init__.py:848: RuntimeWarning: DateTimeField Review.timestamp received a naive datetime (2014-07-17 00:00:00) while time zone support is

Re: Warnings in server log

2014-08-21 Thread Christian Hammond
On August 21, 2014 at 2:45:51 PM, David Trowbridge (trowb...@gmail.com) wrote: Greg, Sorry for the long lead time on this. Responses inline.  13:42:37 WARNING  - /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/db/models/fields/__init__.py:848: RuntimeWarning: DateTimeField

Re: Warnings in server log

2014-08-21 Thread David Trowbridge
Greg, Sorry for the long lead time on this. Responses inline. 13:42:37 WARNING - > /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/db/models/fields/__init__.py:848: > RuntimeWarning: DateTimeField Review.timestamp received a naive datetime > (2014-07-17 00:00:00) while tim

Warnings in server log

2014-08-15 Thread Greg Burcher
We just starting using ReviewBoard v2.0.2 integrated with git. We are seeing many instances of a few warnings in our server log. Is there maybe some configuration problem on our side that might be causing these warnings. Here are samples of the types of warnings we are seeing. We get many insta