AttributeError: 'str' object has no attribute '_meta' (when using South)
Posted
by dannyroa
on Stack Overflow
See other posts from Stack Overflow
or by dannyroa
Published on 2010-03-02T01:27:00Z
Indexed on
2010/03/18
22:11 UTC
Read the original article
Hit count: 313
django
I'm getting this error when I use 'startmigration' in South.
My guess is that I have data that is not serializable.
What is the best way for me to determine the offending model?
© Stack Overflow or respective owner