Opened 17 years ago

Closed 17 years ago

#5117 closed (duplicate)

Error in the tutorial

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

You have an error in the tutorial PT1
You wrote: question = models.CharField(max_length=200)
Should be question = models.CharField(maxlength=200)

Change History (1)

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

Resolution: duplicate
Status: newclosed

Dupe of #5119

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