This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
281fc03474
django1
/
django
/
db
/
migrations
/
__init__.py
3 lines
97 B
Python
Raw
Normal View
History
Unescape
Escape
Implement swappable model support for migrations
2014-01-15 22:20:47 +08:00
from
.
migration
import
Migration
,
swappable_dependency
# NOQA
Fixed #21302 -- Fixed unused imports and import *.
2013-10-18 19:25:30 +08:00
from
.
operations
import
*
# NOQA