mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 21:16:56 +01:00
apply some patches from @brookst
This commit is contained in:
parent
40e79a731f
commit
91cecd47af
10 changed files with 36 additions and 18 deletions
|
|
@ -4,7 +4,7 @@ from django.db import models
|
|||
class Reminder(models.Model):
|
||||
|
||||
document = models.ForeignKey(
|
||||
"documents.Document", on_delete=models.DO_NOTHING
|
||||
"documents.Document", on_delete=models.PROTECTION
|
||||
)
|
||||
date = models.DateTimeField()
|
||||
note = models.TextField(blank=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue