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:
parent
bae9feb486
commit
5f83e0488a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue