Issue1803229

classification
Title: setting __unicode__ doesn't work
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: cgroves, tristanlk
Priority: normal Keywords:

Created on 2007-09-27.05:15:41 by tristanlk, last changed 2007-09-27.05:15:41 by tristanlk.

Files
File name Uploaded Description Edit Remove
test_unicode_assign.py tristanlk, 2007-09-27.05:15:41
Messages
msg1948 (view) Author: tristan (tristanlk) Date: 2007-09-27.05:15:41
see attached test

this problem is similar to the 1800378 bug i posted earlier, and the patch i submitted (1800381) fixes this, but it seems more of a work around than the solution. what do you guys think?
msg1949 (view) Author: Charlie Groves (cgroves) Date: 2007-09-27.06:03:58
Leo actually picked up on this earlier today.  I imagine you noticed it in the same place in Django that he did.  He created a patch for it at http://code.djangoproject.com/ticket/5560 and it looks like that's been accepted.
History
Date User Action Args
2007-09-27 05:15:41tristanlkcreate