Opened 17 years ago

Closed 17 years ago

#5208 closed (invalid)

mistake in the tutorial example

Reported by: anonymous 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

Error in python code on page http://www.djangoproject.com/documentation/tutorial01/:
models.Charfield() argument
should be maxlength not max_length. Worked for me once I changed that.

Maybe its a version issue?
Im using python and django as ubuntu packages downloaded on august 20 2007

Change History (2)

comment:1 by anonymous, 17 years ago

comment:2 by Russell Keith-Magee, 17 years ago

Resolution: invalid
Status: newclosed

Its a version issue. As stated on the page, the online docs refer to the current SVN release.

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