Moves activitypub mixin to its own file

This commit is contained in:
Mouse Reeve
2021-02-04 10:47:03 -08:00
parent ae0034e678
commit dfb5c396b0
13 changed files with 291 additions and 280 deletions

View File

@ -3,8 +3,8 @@ import re
from django.db import models
from bookwyrm import activitypub
from .base_model import ActivitypubMixin, BookWyrmModel
from .base_model import OrderedCollectionMixin
from .activitypub_mixin import ActivitypubMixin, OrderedCollectionMixin
from .base_model import BookWyrmModel
from . import fields