#4796: force_unicode error
-------------------------------------+-------------------------------------
     Reporter:  fpierfed@…           |                    Owner:
         Type:  Uncategorized        |                   Status:  closed
    Component:  Core (Other)         |                  Version:  master
     Severity:  Normal               |               Resolution:  fixed
     Keywords:  fcgi unicode         |             Triage Stage:  Accepted
  __proxy__ databrowse               |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  0
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------
Changes (by joseph8th@…):

 * ui_ux:   => 0
 * type:   => Uncategorized
 * severity:   => Normal
 * easy:   => 0


Comment:

 I had the same problem but found that I was returning the object in my
 __unicode__ instead of returning unicode(self.object) in the model. Fixed
 it right up.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/4796#comment:36>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to