klen / klen/django_markdown

about south

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
389
Forks
140
PR merge metrics
No merged PRs in 30d

Description

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).

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the linked South custom-field guidance and inspect the django_markdown.models.MarkdownField referenced in the error. Determine what migration support or documentation is missing for this field, then verify that the documented steps address the manage.py schemamigration command and its introspection error.

Written by the indexing model from the issue text.

Assessment

Tech stack
django, python
Domain
backend, databases, documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.