mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 18:17:02 +01:00
Chore: upgrade to DRF 3.15 (#7134)
This commit is contained in:
parent
4ad4862641
commit
bb83c1eb0a
8 changed files with 178 additions and 24 deletions
|
|
@ -34,6 +34,7 @@ class ModelWithOwner(models.Model):
|
|||
User,
|
||||
blank=True,
|
||||
null=True,
|
||||
default=None,
|
||||
on_delete=models.SET_NULL,
|
||||
verbose_name=_("owner"),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue