mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-17 19:31:18 +02:00
Fix UnicodeEncodeError
when ticket has an special char using python2 and user goes to the admin page.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user