Test tag and list add
This commit is contained in:
@@ -330,7 +330,7 @@ class OrderedCollectionMixin(OrderedCollectionPageMixin):
|
||||
def to_activity(self, **kwargs):
|
||||
''' an ordered collection of the specified model queryset '''
|
||||
return self.to_ordered_collection(
|
||||
self.collection_queryset, **kwargs).serialize()
|
||||
self.collection_queryset, **kwargs)
|
||||
|
||||
|
||||
class CollectionItemMixin(ActivitypubMixin):
|
||||
|
Reference in New Issue
Block a user