Opened 17 years ago
Closed 17 years ago
#8894 closed (fixed)
Typo: "foriegn key" in Creating forms from models
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | Typo | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Typo in the docu: http://docs.djangoproject.com/en/dev/topics/forms/modelforms/
The bottommost heading is "More than one foriegn key to the same model".
It should be "foreign key"
Note:
See TracTickets
for help on using tickets.
(In [8972]) Fixed #8894 -- Fixed typo in modelforms.txt. Thanks, koblaid@…