django-taggit-autocomplete を使っているのですが、schememigrating をするとエラーが出てしまいました
! Cannot freeze field 'main.hotels.tags'
! (this field has class taggit_autocomplete_modified.managers.TaggableManagerAutocomplete)
! Cannot freeze field 'main.rooms.tags'
! (this field has class taggit_autocomplete_modified.managers.TaggableManagerAutocomplete)
! 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
だから私は少し検索して、問題を解決するはずの django-taggit-autocomplete-modified を見つけましたが、そうではありません。
それを回避する最善の方法は何ですか?