Skip to content

Commit a654781

Browse files
committed
new mig has fixed the issue, removing op from old mig
1 parent fcbaccf commit a654781

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mod_app/migrations/0028_visualwritteninfluences.py

-6
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ class Migration(migrations.Migration):
2323
),
2424
),
2525
("title", models.CharField(max_length=255)),
26-
# (
27-
# "films",
28-
# models.ManyToManyField(
29-
# blank=True, related_name="vwis", to="mod_app.film"
30-
# ),
31-
# ),
3226
(
3327
"content",
3428
ckeditor_uploader.fields.RichTextUploadingField(

0 commit comments

Comments
 (0)