Small fix.

This commit is contained in:
Víðir Valberg Guðmundsson 2018-05-20 18:07:42 +02:00
parent 31f74fa010
commit d3273eb1bb

View file

@ -41,7 +41,7 @@ def add_teams_to_categories(apps, schema_editor):
# Food team
food = team2018.get(name="Food")
infocategories2018.filter(anchor_in=["food-and-groceries"]).update(team=food)
infocategories2018.filter(anchor__in=["food-and-groceries"]).update(team=food)
# NOC team
noc = team2018.get(name="NOC")