Use save method override instead of a signal
and gets the new test file working
This commit is contained in:
parent
2ef777f87e
commit
c7c975d695
11 changed files with 347 additions and 328 deletions
|
@ -19,7 +19,8 @@ from django.utils import timezone
|
|||
|
||||
from bookwyrm.activitypub.base_activity import ActivityObject
|
||||
from bookwyrm.models import fields, User, Status
|
||||
from bookwyrm.models.base_model import ActivitypubMixin, BookWyrmModel
|
||||
from bookwyrm.models.base_model import BookWyrmModel
|
||||
from bookwyrm.models.activitypub_mixin import ActivitypubMixin
|
||||
|
||||
#pylint: disable=too-many-public-methods
|
||||
class ActivitypubFields(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue