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


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

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