Commit 5f83e048 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

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
parent bae9feb4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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