Opened 17 years ago
Closed 17 years ago
#5210 closed (invalid)
syntax error
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
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..
Note:
See TracTickets
for help on using tickets.
Read the note that is at the top of every documentation page about using the right version docs.