I just had a look at the Django 1.7 migrations docs at
https://docs.djangoproject.com/en/dev/topics/migrations/
In South, I've learned to use schema migrations and data migrations
together, for situations like when you need to combine two fields, or
split them (schema migration to add new fields, data migration to copy
data, schema migration to remove old fields).
Is the new built-in system supposed to handle data migrations too? Is so,
how? I did not find a documented place to put arbitrary Python code in
the new declarative format.
If not: how is that need handled in the future? Migrate to point X, run
a script, continue to migrate?
Should this be mentioned somewhere in the docs?
Sorry if I'm confused about this,
/ Kent Engström, Lysator