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
This commit is contained in:
Adrian Holovaty 2008-09-06 00:09:17 +00:00
parent bae9feb486
commit 5f83e0488a
1 changed files with 1 additions and 1 deletions

View File

@ -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