Closed this issue 10 years ago · 1 comments
django doesn't know how to create index on text fields but south does - create such migration
This is now fixed with django-threadedcomments 1.0b1! We've replaced the TextField with a CharField, so mysql can apply indexes.