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

Fixed #25063 -- Added path to makemigration's output of migration name. #5582

Closed
wants to merge 2 commits into from

Conversation

nielsvanoch
Copy link
Contributor

Instead of just printing the name of the generated migrations, let
makemigrations print the path to the migration. If it's inside the
current directory print the relative path, otherwise the absolute one.

Instead of just printing the name of the generated migrations, let
makemigrations print the path to the migration. If it's inside the
current directory print the relative path, otherwise the absolute one.
@timgraham
Copy link
Member

This needs a test too.

@nielsvanoch
Copy link
Contributor Author

Added a test.

@timgraham timgraham changed the title Fixes #25063. Output path to migrations Fixed #25063 -- Added path to makemigration's output of migration name. Nov 14, 2015
@timgraham
Copy link
Member

merged in 99a1265, thanks!

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