diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2008-09-06 00:09:17 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2008-09-06 00:09:17 +0000 |
| commit | 5f83e0488af7ad9d56584834f9e1fea772fdeea5 (patch) | |
| tree | f118bd424733752ab9f24df9c513933a822df05a /docs/topics/forms/modelforms.txt | |
| parent | bae9feb486bab390d0aa664511a84136a412b758 (diff) | |
Fixed #8894 -- Fixed typo in modelforms.txt. Thanks, koblaid@web.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/forms/modelforms.txt')
| -rw-r--r-- | docs/topics/forms/modelforms.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index f58e532c26..4c33d60df1 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -559,7 +559,7 @@ some author you would do:: >>> author = Author.objects.get(name=u'Orson Scott Card') >>> formset = BookFormSet(instance=author) -More than one foriegn key to the same model +More than one foreign key to the same model ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If your model contains more than one foreign key to the same model you will |
