django-timezone-field gets error unicode object has no attribute zone
问题 I was not able to do a migration on one of my model objects that use django-timezone-field in django 1.7 I found a solution here: https://github.com/mfogel/django-timezone-field/issues/12 I installed the forked version of django-time-field which fixed this problem: https://github.com/mfogel/django-timezone-field/issues/12 I now get the error: unicode object has no attribute zone and 'unicode' object has no attribute 'localize' I am calling the field like this: timezone.activate(customer.time