mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 17:17:26 +01:00
Basic verification of Comment export & exporter comment tuple fix
From oprhaned commitsb1855a4b7a53f21574fdCo-Authored-By: Trenton Holmes <797416+stumpylog@users.noreply.github.com>
This commit is contained in:
parent
f5f2240828
commit
0f4b118b61
2 changed files with 18 additions and 5 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue