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

Django syncdb removal, and migrations support #175

Closed
huguesv opened this issue May 15, 2015 · 1 comment
Closed

Django syncdb removal, and migrations support #175

huguesv opened this issue May 15, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@huguesv
Copy link
Contributor

huguesv commented May 15, 2015

If you try running our django syncdb command on django 1.8, you'll see:

The syncdb command will be removed in Django 1.9

It appears that we should include commands, and refer to migrations (in docs, readme, etc) instead.
https://docs.djangoproject.com/en/1.8/topics/migrations/

@kevin-brown
Copy link

👍

The starting place would be to replace the existing syncdb target with a migrate one.

Side note: #334 is also related, but for the missing makemigrations target.

@zooba zooba modified the milestone: 2.2.3 Jan 28, 2016
@zooba zooba self-assigned this Jan 28, 2016
zooba added a commit to zooba/PTVS that referenced this issue Jan 29, 2016
zooba added a commit that referenced this issue Jan 29, 2016
Fixes #175 Django syncdb removal, and migrations support
@zooba zooba closed this as completed Jan 29, 2016
zooba added a commit to zooba/PTVS that referenced this issue Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants