Changes between Initial Version and Version 1 of Ticket #20856, comment 10
- Timestamp:
- Jan 17, 2014, 5:21:15 AM (11 years ago)
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.1 I think we need to change `s.__unicode__()` with `unicode(s)`, in django.utils.encoding line 102, to fix the problem.