guanghao479 / mymd

2 stars 0 forks source link

Database migration: South is not compatible with some fields in account app #96

Open guanghao479 opened 11 years ago

guanghao479 commented 11 years ago

@Xinghan

Creating migrations directory at '/home/fmaj7/dev/mymd/src/mymd/apps/account/migrations'... Creating init.py in '/home/fmaj7/dev/mymd/src/mymd/apps/account/migrations'... ! Cannot freeze field 'account.account.timezone' ! (this field has class timezones.fields.TimeZoneField)

! South cannot introspect some fields; this is probably because they are custom ! fields. If they worked in 0.6 or below, this is because we have removed the ! models parser (it often broke things). ! To fix this, read http://south.aeracode.org/wiki/MyFieldsDontWork