On Thu, Mar 27, 2008 at 10:47 AM, Legioneer <[EMAIL PROTECTED]> wrote:

>
> Hi All,
>
> I use django 0.96.1 on CentOS 4 box (python 2.3.4). When use __str__()
> in model definitions everything is fine, but when change it to
> __unicode__() I don't see it working (e.g. in admin interface there is
> a default output). Does  0.96.1 support __unicode__() or I should move
> to SVN version?
>

The unicode branch was merged after the 0.96 release, thus 9.96.1 does not
include its benefits.  SVN is the way to go if you want all-around unicode
support from Django.

Karen

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to