On Fri, Dec 12, 2008 at 7:33 AM, ben852 <gervais....@gmail.com> wrote:

>
> Hi,
> I am new to django and programming.
> I have a problem with the method _str_( ).
> Following the tutorial, I edited my models.py file in mysite/books and
> wrote:
> [snip]


The fact that you are using __str__ instead of __unicode__ indicates you are
using a very old release of Django.  If you are just starting out you should
really start with the latest 1.0.2 release, it is a much better base to
learn and build on, with many significant feature additions, countless bugs
fixed, and API stability.

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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to