mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
Merge branch 'master' of github.com:danielquinn/paperless
This commit is contained in:
commit
a1a8eb00de
6 changed files with 24 additions and 4 deletions
|
|
@ -155,7 +155,7 @@ class Document(models.Model):
|
|||
)
|
||||
tags = models.ManyToManyField(
|
||||
Tag, related_name="documents", blank=True)
|
||||
created = models.DateTimeField(default=timezone.now, editable=False)
|
||||
created = models.DateTimeField(default=timezone.now)
|
||||
modified = models.DateTimeField(auto_now=True, editable=False)
|
||||
|
||||
class Meta(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue