On August 21, 2014 at 2:45:51 PM, David Trowbridge ([email protected]) 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 Review.timestamp received a naive datetime (2014-07-17 00:00:00) while time zone support is active. RuntimeWarning) I haven't seen this one. If you can figure out a reproduction case for this, it would be very helpful. I’ve seen this when moving from an older database (pre-Django 1.4), back when timezone information wasn’t included in the database. If this was a recent upgrade from 1.6 or older, I think this will happen. 13:47:59 WARNING - /usr/local/lib/python2.7/dist-packages/Django-1.6.5-py2.7.egg/django/http/response.py:327: DeprecationWarning: Using mimetype keyword argument is deprecated, use content_type instead super(HttpResponse, self).__init__(*args, **kwargs) This can be ignored for now, but I'll do some investigation into how we can get rid of it. I briefly looked into this. Basically, Django just deprecated an argument, so we need to update our calls. Should be pretty trivial, fortunately. - Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
