Skip to content

Commit

Permalink
Switch to Django 2.0.13, Take 9
Browse files Browse the repository at this point in the history
  • Loading branch information
znick committed Mar 31, 2024
1 parent f2aca2c commit 52fc68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anytask/anycontest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def setUp(self):
self.group = Group.objects.create(name='name_groups', year=self.year)
self.course = Course.objects.create(name='course_name',
year=self.year)
self.course.groups = [self.group]
self.course.groups.set([self.group])
self.course.save()

self.task = Task.objects.create(title='task',
Expand Down

0 comments on commit 52fc68f

Please sign in to comment.