(no title)
jwpeddle | 13 years ago
Also, not a great solution, but we monkeypatched south to simply use the number in the file name, ie 0001.py. This way if two developers try to commit a migration, they cause a conflict, and we can fix it then instead of finding out later. It makes the filename less friendly, but we usually use grep/ack to find a migration anyways.
andrewingram|13 years ago
[Update: I've changed the last paragraph of the article to reference your comment and this solution]
I think the solution is to create a version of loaddata that knows how to work with South's frozen ORM. A quick search turned this up: http://stackoverflow.com/questions/5472925/django-loading-da...
montag451|13 years ago
http://code.google.com/p/django-command-extensions/wiki/Dump...