Skip to content

Commit

Permalink
FIx migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Sep 26, 2024
1 parent 798601a commit a67245f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Migration(migrations.Migration):
name="flights",
field=models.ManyToManyField(
help_text="Flights to filter this URL by",
null=True,
blank=True,
to="adserver.flight",
),
),
Expand Down

0 comments on commit a67245f

Please sign in to comment.