mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
PROTECT, not PROTECTION
This commit is contained in:
parent
91cecd47af
commit
633d2b376f
@ -4,7 +4,7 @@ from django.db import models
|
|||||||
class Reminder(models.Model):
|
class Reminder(models.Model):
|
||||||
|
|
||||||
document = models.ForeignKey(
|
document = models.ForeignKey(
|
||||||
"documents.Document", on_delete=models.PROTECTION
|
"documents.Document", on_delete=models.PROTECT
|
||||||
)
|
)
|
||||||
date = models.DateTimeField()
|
date = models.DateTimeField()
|
||||||
note = models.TextField(blank=True)
|
note = models.TextField(blank=True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user