Changes between Initial Version and Version 1 of Ticket #20856, comment 10


Ignore:
Timestamp:
Jan 17, 2014, 5:21:15 AM (10 years ago)
Author:
Natim87

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20856, comment 10

    initial v1  
    1 I think we need to change `s.__unicode__()` with `unicode(s)` to fix the problem.
     1I think we need to change `s.__unicode__()` with `unicode(s)`,  in django.utils.encoding line 102, to fix the problem.
Back to Top