manage.py syncdb doesn't create new columns into tables. If you already have the tables installed and you wish to add another column you are going to have to do this with SQL directly. There are a few projects out there that intend to fix this; search this forum a bit and you can probably find links.
This is expected behavior and would act the same throughout all the branches, trunk and releases. Hope that helps, Michael On Tue, Apr 15, 2008 at 10:52 AM, sector119 <[EMAIL PROTECTED]> wrote: > > I have already created models A and B and tables with trunk, now I > installed qs-rf branch and make C model inharit from already created > A, B models, but when I run manage.py sqlall my_app_with_C_model I do > not see any columns from C model :( > > But everything works fine if I create all models from scratch.. > > Any thoughts? > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---