circular import issues and added_by migration
This commit is contained in:
parent
5a3a6151a6
commit
7381536ad6
19 changed files with 273 additions and 265 deletions
|
@ -38,7 +38,7 @@ class List(TestCase):
|
|||
item = models.ListItem.objects.create(
|
||||
book_list=self.list,
|
||||
book=book,
|
||||
added_by=self.user,
|
||||
user=self.user,
|
||||
)
|
||||
|
||||
self.assertTrue(item.approved)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue