Changes between Initial Version and Version 1 of Ticket #4472
- Timestamp:
- Jun 4, 2007, 2:48:03 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4472
- Property Keywords [unicode-branch] removed
- Property Owner changed from to
-
Ticket #4472 – Description
initial v1 1 smart_unicode and force_unciode throw TypeError exception when calling on instance of AnonymousUser. I got this error when trying something like this ( for model Articles.authors = ManyToManyField(User)):1 smart_unicode and force_unciode throw !TypeError exception when calling on instance of !AnonymousUser. I got this error when trying something like this ( for model {{{Articles.authors = ManyToManyField(User)}}} ): 2 2 {{{ 3 3 from django.contrib.auth import AnonyousUser … … 6 6 }}} 7 7 Then i got: 8 {{{ 8 9 TypeError: coercing to Unicode: need string or buffer, __proxy__ found 9 10 }}} 10 11 Full trackback is in attachment.