You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./project/manage.py schemamigration --initial profiles
...
! Cannot freeze field 'profiles.userprofile.country'
! (this field has class userprofile.countries.CountryField)
! 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
The text was updated successfully, but these errors were encountered:
django.1.3
pip install of this git repo
The text was updated successfully, but these errors were encountered: