Opened 18 years ago
Last modified 18 years ago
#4581 closed
Typo - oldforms should be newforms — at Initial Version
| 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
http://www.djangoproject.com/documentation/newforms/
in the section describing the old form framework it refers to the two ways of setting up forms .. old and new way
It appears as the sample is wrong using:
from django import oldforms as forms # new
where further down is referred to as:
from django import newforms as forms # new
Note:
See TracTickets
for help on using tickets.