refactors tag model to fit ordered collection structure
This commit is contained in:
parent
a93b5cf5bc
commit
fd7e476c9b
10 changed files with 110 additions and 52 deletions
|
@ -12,7 +12,7 @@ from .status import Status, GeneratedNote, Review, Comment, Quotation
|
|||
from .status import Favorite, Boost, Notification, ReadThrough
|
||||
from .attachment import Image
|
||||
|
||||
from .tag import Tag
|
||||
from .tag import Tag, UserTag
|
||||
|
||||
from .user import User
|
||||
from .relationship import UserFollows, UserFollowRequest, UserBlocks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue