我使用 django-taggit-autocomplete,但是在进行方案迁移时,出现错误
! 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 应该可以解决问题,但它没有。
如何解决它的最佳方法是什么?