1
0
Fork 0

Test updating a progress

Also remove spurious whitespace change
This commit is contained in:
Joel Bradshaw 2020-11-27 18:17:32 -08:00
parent 6455cc7fe9
commit 9ed7d23000
2 changed files with 13 additions and 0 deletions

View file

@ -210,6 +210,7 @@ class Quotation(Status):
activity_serializer = activitypub.Quotation
pure_activity_serializer = activitypub.Note
class Review(Status):
''' a book review '''
name = models.CharField(max_length=255, null=True)