Created
July 24, 2013 15:28
-
-
Save ramn/6071621 to your computer and use it in GitHub Desktop.
Show migrations in upcoming release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git diff current_release..master --name-only -- . | grep migration | xargs -n1 sed '/^\s\+models = /,$d' | view - -c 'set ft=python' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment