From f5b22bf4310d68ca18cf8c9052cb1c8fe09235f9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Thu, 4 Aug 2005 19:00:20 +0000 Subject: [PATCH] Fixed #271 -- Changed doc references to ManyToOneField. Thanks, brantley git-svn-id: http://code.djangoproject.com/svn/django/trunk@406 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index 283abbd924..dbbe3e2c01 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -462,12 +462,12 @@ Field Types Argument Description ======================= ============================================================ ``rel_name`` Use this if you have more than one - ``ManyToOneField`` s in the same model that relate + ``ForeignKey`` in the same model that relate to the same model. Django will use ``rel_name`` in the generated API. ``related_name`` See the description of ``related_name`` in - ``ManyToOneField``, above. + ``ForeignKey``, above. ``filter_interface`` Use a nifty unobtrusive Javascript "filter" interface instead of the usability-challenged ``