On 4/23/06, Ken Kennedy <[EMAIL PROTECTED]> wrote: > The primary point would be that the > http://code.djangoproject.com/wiki/RemovingTheMagic description: > > "We've renamed a bunch of the core Django tables. To upgrade in MySQL > and SQLite, execute this SQL in your database: > > ... > > ALTER TABLE django_content_type rename package to app_label; > ALTER TABLE django_content_type rename python_module_name to model; > " > is incorrect. And presumably never even tested against SQLite, since it > throws an immediate error. > > A SQLite workaround script is as follows:
Hey Ken, Thanks for pointing this out -- please update the RemovingTheMagic wiki page with your corrections! Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" 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-developers -~----------~----~----~----~------~----~------~--~---
