-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
Read the error message in your subject line. Then look at the
__unicode__ method of your Phone model. It appears that this is the
problem, and not the Device model.
- I am getting TypeError: coercing to Unicode: need stri... Daniel Marquez
- Re: I am getting TypeError: coercing to Unicode: ... Shawn Milochik
- Re: I am getting TypeError: coercing to Unico... Babatunde Akinyanmi
- Re: I am getting TypeError: coercing to U... Furbee
- Re: I am getting TypeError: coercing to U... Daniel Marquez
- Re: I am getting TypeError: coercing ... Shawn Milochik
- Re: I am getting TypeError: coercing ... Tom Evans