Opened 18 years ago
Closed 18 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 , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Its a version issue. As stated on the page, the online docs refer to the current SVN release.