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
26be703fe6
django1
/
tests
/
migrations
/
test_migrations_backwards_d...
/
0001_initial.py
6 lines
94 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed some flake8 errors. Originally I added migrations to flake8 exclude because of long lines in migration files, but there are other directories named migrations we do want to check. We are not warning on line lengths yet anyway.
2014-09-20 00:31:15 +08:00
from
django
.
db
import
migrations
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations.
2014-09-16 00:17:28 +08:00
class
Migration
(
migrations
.
Migration
)
:
operations
=
[
]