Skip to content

Commit

Permalink
new mig has fixed the issue, removing op from old mig
Browse files Browse the repository at this point in the history
  • Loading branch information
acholyn committed Dec 10, 2024
1 parent fcbaccf commit a654781
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mod_app/migrations/0028_visualwritteninfluences.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ class Migration(migrations.Migration):
),
),
("title", models.CharField(max_length=255)),
# (
# "films",
# models.ManyToManyField(
# blank=True, related_name="vwis", to="mod_app.film"
# ),
# ),
(
"content",
ckeditor_uploader.fields.RichTextUploadingField(
Expand Down

0 comments on commit a654781

Please sign in to comment.