Opened 18 years ago
Closed 18 years ago
#5186 closed (worksforme)
in mysite/polls/models.py __unicode__() not working
| Reported by: | 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
Note:
See TracTickets
for help on using tickets.
The documentation isn't in error here, you should look for support from the django-users mailing list, or the #django IRC channel.