mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
added filenames to the API #108
This commit is contained in:
parent
35c3d5c0b5
commit
87fa118de0
4 changed files with 67 additions and 21 deletions
|
|
@ -174,6 +174,7 @@ class Document(models.Model):
|
|||
|
||||
created = models.DateTimeField(
|
||||
default=timezone.now, db_index=True)
|
||||
|
||||
modified = models.DateTimeField(
|
||||
auto_now=True, editable=False, db_index=True)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue