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

Deprecation warnigin when working on project with Django 1.8+ but there is South in the environment #408

Closed
vstoykov opened this issue Feb 21, 2017 · 0 comments

Comments

@vstoykov
Copy link
Collaborator

vstoykov commented Feb 21, 2017

Even if south is not in INSTALLED_APPS when we try to import modelinspector it breaks on Django 1.9+.

Workaround: Just pip uninstall south.

To make upgrade from older versions simpler and painless we do not need to import south.

@vstoykov vstoykov changed the title Error when working on project with Django 1.7+ but there is South in the environment Deprecation warnigin when working on project with Django 1.8+ but there is South in the environment Feb 21, 2017
vstoykov added a commit that referenced this issue Feb 21, 2017
vstoykov added a commit that referenced this issue Feb 21, 2017
Fixed #408 Do not try south modelinspector when not needed
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

No branches or pull requests

1 participant