Opened 17 years ago

Closed 17 years ago

#5210 closed (invalid)

syntax error

Reported by: kh@… 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

Hi

I experienced that the syntax you provide in the documentation "models.CharField(max_length=200)" is wrong

I needed to change the syntax to: models.CharField(maxlength=200)

for the fields in the tutorial..

Change History (1)

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: invalid
Status: newclosed

Read the note that is at the top of every documentation page about using the right version docs.

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