Skip to content

Commit

Permalink
Added correct dependency on migration for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Oct 18, 2024
1 parent a0cec5d commit 049053a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Migration(migrations.Migration):
initial = True

dependencies = [
("sites", "0002_alter_domain_unique"),
('lexicon', '0008_add_semantic_fields'),
]

Expand Down

0 comments on commit 049053a

Please sign in to comment.