mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
format code
This commit is contained in:

committed by
Trenton Holmes

parent
4194b248b9
commit
e3cc5c3013
@@ -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