mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Made the created field editable
This commit is contained in:
parent
c199b0498d
commit
840626e571
@ -152,7 +152,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…
x
Reference in New Issue
Block a user