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
5782c94f23
django1
/
django
/
db
/
migrations
/
__init__.py
3 lines
75 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #21302 -- Fixed unused imports and import *.
2013-10-18 19:25:30 +08:00
from
.
migration
import
Migration
# NOQA
from
.
operations
import
*
# NOQA