Adds ReviewRating model
I can't just calling Rating because that would clash with the rating field
This commit is contained in:
parent
521934b4f3
commit
385ec4d70a
6 changed files with 86 additions and 8 deletions
|
@ -8,7 +8,8 @@ from .connector import Connector
|
|||
|
||||
from .shelf import Shelf, ShelfBook
|
||||
|
||||
from .status import Status, GeneratedNote, Review, Comment, Quotation
|
||||
from .status import Status, GeneratedNote, Comment, Quotation
|
||||
from .status import Review, ReviewRating
|
||||
from .status import Boost
|
||||
from .attachment import Image
|
||||
from .favorite import Favorite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue