Maniac 17 Sie. 23:57: Subject Model updates 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?
howto make that?

