equal
deleted
inserted
replaced
1 from south.management.commands.migrate import Command |
1 from south.management.commands.migrate import Command, list_migrations |
2 from south.db import DEFAULT_DB_ALIAS |
2 from south.db import DEFAULT_DB_ALIAS |
3 from south import migration |
3 from south import migration |
4 import sys |
4 import sys |
5 |
5 |
6 ### RBA+GIB: prevent uno custom __import__ from messing with south import machinery (to discover south enabled dj apps) |
6 ### RBA+GIB: prevent uno custom __import__ from messing with south import machinery (to discover south enabled dj apps) |