This website requires JavaScript.
Explore
Help
Sign In
test0908
/
django
Watch
1
Star
0
Fork
You've already forked django
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d170c63351
django
/
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
=
[
]