Fixed an error in migration dependency.
- Legacy-Id: 12592
This commit is contained in:
parent
80c0e65428
commit
d401e6ba67
|
@ -7,7 +7,7 @@ from django.db import migrations
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
('review', '0009_auto_20161214_1537'),
|
('review', '0009_reviewrequest_comment'),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Reference in a new issue