diff --git a/helpdesk/models.py b/helpdesk/models.py index 3b0c605c..621ba223 100644 --- a/helpdesk/models.py +++ b/helpdesk/models.py @@ -339,6 +339,7 @@ class Queue(models.Model): pass +@python_2_unicode_compatible class Ticket(models.Model): """ To allow a ticket to be entered as quickly as possible, only the