mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Basic verification of Comment export & exporter comment tuple fix
From oprhaned commitsb1855a4b7a
53f21574fd
Co-Authored-By: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
@@ -127,10 +127,8 @@ class Command(BaseCommand):
|
||||
serializers.serialize("json", DocumentType.objects.all()),
|
||||
)
|
||||
|
||||
manifest += (
|
||||
json.loads(
|
||||
serializers.serialize("json", Comment.objects.all()),
|
||||
),
|
||||
manifest += json.loads(
|
||||
serializers.serialize("json", Comment.objects.all()),
|
||||
)
|
||||
|
||||
documents = Document.objects.order_by("id")
|
||||
|
Reference in New Issue
Block a user