I want to run South migrations in a Django 1.7+ installation. I know that's
now how it's usually done, but we have a special needs use case.

Our users have SQLite files that model their project; the SQL schema used
has changed over time, and users are on many different versions.

Our application is a Django 1.6 site. They provide their files to our
application, it changes the Django settings so that one of the databases
refers to their SQLite file, and we run South on it to get the schema to
the current version. Then our app does its actual work. The users continue
to refine their models with their old-schema sqlite files.

Now we want to upgrade our Django version, but we need continue to be able
to apply our old migrations :-(.

Can South run on Django 1.7+ at all?

If not, maybe we have to keep some 1.6 installation running somewhere on
the backend to upgrade a file to the current situation, and then apply new
migrations from there...

Greetings,
Remco Gerlich

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFAGLK12AWrkq8Wc5Y7SQF885H6apNymQW1C5H8wAjjVpDBDSw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to