Changes between Version 2 and Version 3 of Ticket #27519, comment 3
- Timestamp:
- Nov 22, 2016, 1:19:50 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27519, comment 3
v2 v3 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.1 It looks like you are using Python 2 and returning `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.