Hacker News new | ask | show | jobs
by andrewingram 4305 days ago
I'm assuming that most of the pitfalls I wrote about a couple of years ago are still applicable today, with either South or Django's own migrations:

http://andrewingram.net/2012/dec/common-pitfalls-django-sout...

1 comments

That's a good set of pitfalls to watch out for. Mainly, I just find it odd that in Django 1.7, they are using frozen models to mitigate some of these problems, but don't remove or freeze the base classes, therefore leaving the same problem. I'm sure the migrations system will get better over time.