Skip to content

Commit

Permalink
fix(migrations): remove use of (empty) index_together
Browse files Browse the repository at this point in the history
This has been removed in Django 5.1.

Issue #11729
  • Loading branch information
nijel committed Jun 17, 2024
1 parent 279fed0 commit 0b0b64e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weblate/trans/migrations/0001_squashed_weblate_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@ class Migration(migrations.Migration):
"verbose_name": "string",
"verbose_name_plural": "strings",
"unique_together": {("translation", "id_hash")},
"index_together": set(),
},
),
migrations.CreateModel(
Expand Down

0 comments on commit 0b0b64e

Please sign in to comment.