mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 09:07:18 +01:00
Fix formatting
This commit is contained in:
parent
5d32e89c44
commit
65d6599964
1 changed files with 1 additions and 2 deletions
|
|
@ -4,7 +4,6 @@ from django.db import models
|
||||||
class Reminder(models.Model):
|
class Reminder(models.Model):
|
||||||
|
|
||||||
document = models.ForeignKey(
|
document = models.ForeignKey(
|
||||||
"documents.Document", on_delete=models.PROTECT
|
"documents.Document", on_delete=models.PROTECT)
|
||||||
)
|
|
||||||
date = models.DateTimeField()
|
date = models.DateTimeField()
|
||||||
note = models.TextField(blank=True)
|
note = models.TextField(blank=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue