handles list privacy in display

This commit is contained in:
Mouse Reeve
2021-01-31 08:41:11 -08:00
parent 69c2b192a4
commit d73a1b4ec1
7 changed files with 79 additions and 58 deletions

View File

@ -11,7 +11,7 @@ from . import fields
CurationType = models.TextChoices('Curation', [
'closed',
'open',
'moderated',
'curated',
])
class List(OrderedCollectionMixin, BookWyrmModel):