mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-19 04:19:54 +01:00
Django 2.0 requires explicit parameters; must go back and change others
This commit is contained in:
parent
866a1bc72a
commit
c69f752f1c
@ -259,6 +259,7 @@ class Queue(models.Model):
|
||||
blank=True,
|
||||
null=True,
|
||||
verbose_name=_('Default owner'),
|
||||
on_delete=models.SET_NULL,
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user