Chore: upgrade to DRF 3.15 (#7134)

This commit is contained in:
shamoon
2024-07-09 09:57:53 -07:00
committed by GitHub
parent 4ad4862641
commit bb83c1eb0a
8 changed files with 178 additions and 24 deletions

View File

@@ -34,6 +34,7 @@ class ModelWithOwner(models.Model):
User,
blank=True,
null=True,
default=None,
on_delete=models.SET_NULL,
verbose_name=_("owner"),
)