mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 01:21:14 -06:00
format code
This commit is contained in:
committed by
Trenton Holmes
parent
89c26f9604
commit
b8b0d18b25
@@ -221,7 +221,7 @@ class Document(models.Model):
|
||||
default=None,
|
||||
unique=False,
|
||||
null=True,
|
||||
help_text=_("The original name of the file when it was uploaded")
|
||||
help_text=_("The original name of the file when it was uploaded"),
|
||||
)
|
||||
|
||||
archive_serial_number = models.IntegerField(
|
||||
|
||||
Reference in New Issue
Block a user