-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Feature: add migrate command to djangomod #50083
Feature: add migrate command to djangomod #50083
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome @jrbeilke! Thank you for submitting this fix and for writing those tests.
I have one documentation request. Can you add a .. versionadded:: Neon
tag to the docs of this new function and also document all of the args/kwargs individually? Then we can give this another review.
Done and done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, looks great
just one docs nit pick.
@gtmanfred Can you re-review this please? |
What does this PR do?
Adds support for Django CLI's
migrate
command.The
syncdb
command was deprecated in Django 1.7 in favor of a newmigrate
command (https://docs.djangoproject.com/en/2.1/releases/1.7/#schema-migrations), andsyncdb
was removed in Django 1.9What issues does this PR fix or reference?
#16674
Tests written?
Yes
Commits signed with GPG?
No