This commit is contained in:
Mouse Reeve
2020-03-27 18:36:45 -07:00
parent ed6fd6d48e
commit 7f82546230
4 changed files with 2 additions and 4 deletions

View File

@ -84,7 +84,6 @@ class Book(FedireadsModel):
through='ShelfBook',
through_fields=('book', 'shelf')
)
# TODO: why can't I just call this work????
parent_work = models.ForeignKey('Work', on_delete=models.PROTECT, null=True)
objects = InheritanceManager()