Yeah, eventually I'd like to have the migrations define column additions, deletions and renames using the models from Django. However this is my first foray into the internals of Django so I would have a lot of reading to do! I'm wondering if the schema-evolution branches would have code I can reuse... and if any of the guys who did work on them feel like submitting a patch, I'd be very happy :)
Mike On 4/20/2007, "Oliver Charles" <[EMAIL PROTECTED]> wrote: > >Hey, this is neat! > >It's just a shame that it doesn't use Python models or some type of >database agnostic representation - any plans there? > >Great work non the less though! > >-- >Ollie >> Hi all, >> >> Release 0.01 of the migration module can be downloaded from >> http://www.aswmc.com/dbmigration/ >> as well as a patch to integrate it into the syncdb command. >> >> It seems to be working well for the developers here, so here's hoping >> it's useful for some other people too :) >> >> MikeH >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

