This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-05-03 21:24:44 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ee46722cb9
django
/
tests
/
migrations
/
test_migrations_backwards_deps_1
/
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-19 16:31:15 +00:00
from
django
.
db
import
migrations
Fixed #23474 -- Prevented migrating backwards from unapplying the wrong migrations.
2014-09-15 16:17:28 +00:00
class
Migration
(
migrations
.
Migration
)
:
operations
=
[
]
Reference in a new issue
Copy permalink