I'm working on developing a site locally and any time I try to view the
blogpost list in the admin (/admin/blog/blogpost/) I get the following
error if any blog posts exist:

http://dpaste.com/hold/1531611/

This works fine under 1.5.5.

After a little more digging I discovered that the error has to do with
having TIME_ZONE set to None in my settings file.  Setting it to a valid
value got rid of the error.  It sort of makes sense that having TIME_ZONE =
None and USE_TZ = True would cause problems, but it is strange that it
worked under 1.5.5.

Can anyone else confirm this, and if so should we update the default
Mezzanine settings.py to provide a default for the time zone?  Maybe it
could be inferred from the system and set in local settings or something
like that.

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" 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/groups/opt_out.

Reply via email to