You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to make migration use: manage.py schemamition app_name --auto
and got the error like :
! Cannot freeze field 'app_name.model.field'
! (this field has class django_markdown.models.MarkdownField)
! 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
but I can't understand the solution which the link give.
wish help. Thanks. :)
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9014946-about-south?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
when I try to make migration use:
manage.py schemamition app_name --auto
and got the error like :
but I can't understand the solution which the link give.
wish help. Thanks. :)
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/9014946-about-south?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).The text was updated successfully, but these errors were encountered: