Using south to refactor a Django model with inheritance
Check out response below by Paul for some notes on compatibility with newer versions of Django/South. This seemed like an interesting problem, and I’m becoming a big fan of South, so I decided to look into this a bit. I built a test project on the abstract of what you’ve described above, and have successfully … Read more