Hi,
I have a MySQL 5.5 backend and I use it via the Django 1.3 framework. I am trying to switch to Django 1.4, but want to know how it will affect me. Currently I store all the timezones in PST.
As far as I understand from reading the documents, if I upgrade to 1.4 and keep the USE_TZ = False option in my settings.py, then my app should work as it worked in 1.3 and no side effect should occur. Am I correct?
Thanks,
Rajat