Django, MySQL, Time zones and how to fix it
I just stumpled upon an error while customizing the Admin in a new Django project where I first used Django 1.6: Database returned an invalid value in QuerySet.dates(). Are time zone definitions and pytz installed?…