Opened 14 years ago

Closed 14 years ago

#14668 closed (invalid)

apps def unicode->error

Reported by: juan Owned by: nobody
Component: Uncategorized Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

i am a beginner and tried the steps : http://docs.djangoproject.com/en/dev/topics/db/models/
but when I write

def unicode(self):

return self.name

there is an error. I use Python27 and Django-1.2.3 in win7 (64bit).

thanks

juan

Change History (2)

comment:2 by Ramiro Morales, 14 years ago

Resolution: invalid
Status: newclosed

Please post this question to the django-users mailing list or the #django IRC channel on Freenode and provide the complete error traceback so people can help you.

Note: See TracTickets for help on using tickets.
Back to Top