Fixes review rating serialization
This commit is contained in:
parent
daf65e230d
commit
d61ba2e474
2 changed files with 5 additions and 4 deletions
|
@ -83,4 +83,5 @@ class Rating(Comment):
|
|||
|
||||
rating: int
|
||||
content: str = None
|
||||
name: str = None # not used, but the model inherits from Review
|
||||
type: str = "Rating"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue