【发布时间】:2015-08-11 23:47:20
【问题描述】:
我使用 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 应该可以解决问题,但它没有。
解决此问题的最佳方法是什么?
【问题讨论】:
标签: django django-south django-taggit