mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-02-17 03:25:19 +00:00
Merge branch 'main' into list-fixes
This commit is contained in:
commit
1edd00a0d1
152 changed files with 1289 additions and 1289 deletions
|
@ -167,7 +167,7 @@ class Work(OrderedCollectionPageMixin, Book):
|
|||
return self.to_ordered_collection(
|
||||
self.editions.order_by("-edition_rank").all(),
|
||||
remote_id="%s/editions" % self.remote_id,
|
||||
**kwargs
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
activity_serializer = activitypub.Work
|
||||
|
|
|
@ -15,7 +15,7 @@ django-rename-app==0.1.2
|
|||
pytz>=2021.1
|
||||
|
||||
# Dev
|
||||
black==20.8b1
|
||||
black==21.4b0
|
||||
coverage==5.1
|
||||
pytest-django==4.1.0
|
||||
pytest==6.1.2
|
||||
|
|
Loading…
Reference in a new issue