Skip to content

Commit 462be2e

Browse files
committed
One more migration fix
1 parent 9454714 commit 462be2e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

djangocms_file/migrations/0005_auto_20160119_1534.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from __future__ import unicode_literals
33

44
from django.db import migrations, models
5-
import cms.models.pluginmodel
65

76

87
class Migration(migrations.Migration):
@@ -12,11 +11,6 @@ class Migration(migrations.Migration):
1211
]
1312

1413
operations = [
15-
migrations.AlterField(
16-
model_name='file',
17-
name='source',
18-
field=models.FileField(upload_to=cms.models.pluginmodel.get_plugin_media_path, verbose_name='source'),
19-
),
2014
migrations.AlterField(
2115
model_name='file',
2216
name='target',

0 commit comments

Comments
 (0)