Changes between Initial Version and Version 1 of Ticket #27519, comment 3


Ignore:
Timestamp:
Nov 22, 2016, 1:19:11 AM (8 years ago)
Author:
Simon Charette

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.
     1I 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
     3As Tim mentioned [https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels please use our support channels] to get further help.
Back to Top