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