Re: problem with south and UTC

2012-03-12 Thread Chris Streeter
Currently, the fix seems to be to use the development version of South which fixes it in most cases. See http://south.aeracode.org/ticket/1012 On Sun, Mar 11, 2012 at 20:51, Kevin Anthony wrote: > i'm having a problem with south, i'm trying to migrate to USE_TZ > However i get this error: > (I'm

Re: problem with south and UTC

2012-03-12 Thread Joel Goldstick
On Sun, Mar 11, 2012 at 11:51 PM, Kevin Anthony wrote: > i'm having a problem with south, i'm trying to migrate to USE_TZ > However i get this error: > (I'm using 1.4c1 and south 0.7.3) > > ./manage.py schemamigration main --auto > Traceback (most recent call last): >   File "./manage.py", line 9,