mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
Feature: page count (#7750)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
4adf20af1e
commit
c92c3e224a
23 changed files with 319 additions and 45 deletions
|
|
@ -361,6 +361,7 @@ class DocumentViewSet(
|
|||
"archive_serial_number",
|
||||
"num_notes",
|
||||
"owner",
|
||||
"page_count",
|
||||
)
|
||||
|
||||
def get_queryset(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue