Opened 17 years ago

Closed 17 years ago

#5118 closed (invalid)

__unicode__ does not work with latest official release

Reported by: anonymous Owned by: Jacob
Component: Documentation Version: 0.96
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

Following the tutorial at: http://www.djangoproject.com/documentation/tutorial01/
unicode does not work with the latest official release (works fine with latest from trunk). Should probably be mentioned somewhere :)

Change History (1)

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

Resolution: invalid
Status: newclosed

It is mentioned at the top of that page. Quoth, "This document is for Django's SVN release, which can be significantly different than previous releases. Get old docs here: 0.96, 0.95."

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