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
{{ message }}
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
rhunwicks
added a commit
to rhunwicks/djeneralize
that referenced
this issue
Jan 26, 2014
If you attempt to use South migrations with
djeneralize.fields.SpecializedForeignKey
you get an error:The text was updated successfully, but these errors were encountered: