Opened 17 years ago

Closed 17 years ago

#5186 closed (worksforme)

in mysite/polls/models.py __unicode__() not working

Reported by: asel_alshukri@… Owned by: Jacob
Component: Documentation Version: dev
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

# Make sure our unicode() addition worked.

Poll.objects.all()

[<Poll: What's up?>]

i am still getting

Poll.objects.all()

[<Poll: Poll object>]

same problem with django 0.96 and svn latest version

regards,
asel

Change History (1)

comment:1 by Matt McClanahan <cardinal@…>, 17 years ago

Resolution: worksforme
Status: newclosed

The documentation isn't in error here, you should look for support from the django-users mailing list, or the #django IRC channel.

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