Get all django remaining migrations
It will return list of all remaining migrations
- migration
- migrations
It will return list of all remaining migrations
Useful snippet for everyone who wants turn off django 1.7 migrations for example for unittesting or who wants create database with "syncdb" command.
2 snippets posted so far.