Skip to content

Commit 11eaea3

Browse files
committed
fixup
1 parent 1b47227 commit 11eaea3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readthedocs/projects/migrations/0026_add_htmlfile_model.py renamed to readthedocs/projects/migrations/0027_add_htmlfile_model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.9.13 on 2018-06-18 16:45
2+
# Generated by Django 1.11.14 on 2018-07-15 22:22
33
from __future__ import unicode_literals
44

55
from django.db import migrations, models
@@ -8,7 +8,7 @@
88
class Migration(migrations.Migration):
99

1010
dependencies = [
11-
('projects', '0025_show-version-warning-existing-projects'),
11+
('projects', '0026_ad-free-option'),
1212
]
1313

1414
operations = [
@@ -18,6 +18,7 @@ class Migration(migrations.Migration):
1818
],
1919
options={
2020
'proxy': True,
21+
'indexes': [],
2122
},
2223
bases=('projects.importedfile',),
2324
),

0 commit comments

Comments
 (0)