AttributeError: 'str' object has no attribute '_meta' (when using South)
- by dannyroa
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?