#21019: force_text fails on class object with __unicode__ instance method
----------------------------+--------------------------------------
     Reporter:  drtyrsa     |                    Owner:  drtyrsa
         Type:  Bug         |                   Status:  closed
    Component:  Utilities   |                  Version:  1.5
     Severity:  Normal      |               Resolution:  invalid
     Keywords:  force_text  |             Triage Stage:  Unreviewed
    Has patch:  0           |      Needs documentation:  0
  Needs tests:  0           |  Patch needs improvement:  0
Easy pickings:  1           |                    UI/UX:  0
----------------------------+--------------------------------------

Comment (by claudep):

 Currently, `force_text`/`smart_text` are meant to receive instances, not
 classes. I'd say that for your specific use case, you may test your
 argument before passing it to `force_text`, for example with the
 `inspect.isclass` method.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21019#comment:7>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.bbf3899e5627d831e4c9472d2a50f8f7%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to