You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
I wonder how Django's object-relational mapping handles update to
models? Let's say I want to replace one old field with two new fields.
Can this be handled more or less automatically? Will I lose values from
this one field, or whole table, or whole schema?