mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-21 15:29:26 +00:00
Compare commits
1 Commits
chore/inde
...
fix/custom
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85a3b0cd6b |
@@ -968,7 +968,10 @@ class DocumentViewSet(
|
||||
),
|
||||
),
|
||||
"tags",
|
||||
"custom_fields",
|
||||
Prefetch(
|
||||
"custom_fields",
|
||||
queryset=CustomFieldInstance.objects.select_related("field"),
|
||||
),
|
||||
"notes",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user