Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

djeneralize.fields.SpecializedForeignKey is not supported by South #14

Open
rhunwicks opened this issue Jan 26, 2014 · 0 comments
Open

Comments

@rhunwicks
Copy link

If you attempt to use South migrations with djeneralize.fields.SpecializedForeignKey you get an error:

./manage.py schemamigration appname --auto
 ! Cannot freeze field 'appname.modelname.fieldname'
 ! (this field has class djeneralize.fields.SpecializedForeignKey)

 ! 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
rhunwicks added a commit to rhunwicks/djeneralize that referenced this issue Jan 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant