Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converted existing South migrations to Django migrations #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Converted existing South migrations to Django migrations #1

wants to merge 1 commit into from

Conversation

frontendr
Copy link

Followed the directions given in the Django documentation for upgrading from South. Deleted all migrations and created new ones. Importing the TranslatableModels using get_model results in a model with the default manager and so I've imported the models manually.

@Tyrdall
Copy link
Member

Tyrdall commented Sep 1, 2015

@frontendr Thanks a lot! Can you please move the old south migrations into a new folder instead of deleting them? Otherwise users using Django<1.7 won't be able to keep this app running.

Then we should add a note to the README. Something like:

If you are using a Django version below 1.7, add the following setting::

SOUTH_MIGRATION_MODULES = {
    'image_gallery': 'image_gallery.south_migrations',
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants