I have been using django-time-zone for some time, but I am now experiencing a lot of problems with django 1.7
https://github.com/mfogel/django-timezone-field
I get the feeling that since Django doesn't have official support for a time zone field this is something I should handle with a char field and pytz.
Is this assumption true? Or should I continue to use django-time-zone?