honzakral/django-threadedcomments

south migration that will add index for textfield

Closed this issue · 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.