Changes between Version 1 and Version 2 of Ticket #27519, comment 3
- Timestamp:
- Nov 22, 2016, 1:19:24 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27519, comment 3
v1 v2 1 I looks like you are using Python 2 to return `unicode` from your `__str__` method. If you are using Python you should define a `__unicode__` method instead.1 It looks like you are using Python 2 to return `unicode` from your `__str__` method. If you are using Python you should define a `__unicode__` method instead. 2 2 3 3 As Tim mentioned [https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels please use our support channels] to get further help.