On 2/19/07, kbochert <[EMAIL PROTECTED]> wrote:
> If I have a Django model:
>
> class Poll(models.Model):
>     ...
>
> and decide that I need another field in the table, how do I proceed
> while keeping the data?

Hi Karl,

See the FAQ:

"If I make changes to a model, how do I update the database?"
http://www.djangoproject.com/documentation/faq/#if-i-make-changes-to-a-model-how-do-i-update-the-database

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to