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
9f76ea1eaa
django1
/
django
/
db
/
migrations
/
__init__.py
3 lines
59 B
Python
Raw
Normal View
History
Unescape
Escape
First phase of loading migrations from disk
2013-05-10 23:00:55 +08:00
from
.
migration
import
Migration
Start adding operations that work and tests for them
2013-05-30 00:47:10 +08:00
from
.
operations
import
*