mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-15 22:26:41 +02:00
Fix UnicodeEncodeError
when ticket has an special char using python2 and user goes to the admin page.
This commit is contained in:
parent
1b00086d6e
commit
d264c46385
@ -339,6 +339,7 @@ class Queue(models.Model):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
@python_2_unicode_compatible
|
||||||
class Ticket(models.Model):
|
class Ticket(models.Model):
|
||||||
"""
|
"""
|
||||||
To allow a ticket to be entered as quickly as possible, only the
|
To allow a ticket to be entered as quickly as possible, only the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user