Yes, we're discussing the SQL migration steps over in dev right now.
Among other things, the change in auth_permission (adding
content_type_id as the referencing field, rather than the reference to
the deleted package field) requires some DML (UPDATEs) to be added to
the migration steps. I'm testing a more comprehensive migration process
now...hopefully, we should be able to rip the required data out of
packages before we drop it, and update the new field in auth_permission
correctly.

The db alteration stuff is definitely still shaky. Hopefully, it'll get
cleaned up this week. I'm going to devote as much time as I can to it.


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to