On 08/18/2011 04:22 PM, Mike Seidle wrote:
When I started with Django, I ran into the same issue... seemed kind of silly that we had this amazing framework that did so much but it had no way to really alter tables... Enter South. South works pretty well, but if you roll your own ModelFields it can be tricky as you have to write your own migrations.
Why do you have to write your own migrations? South handles non-standard fields just fine with its add_introspection_rules check.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.