From ece6e166e2a53b931d2dad04dab555d2b346a364 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Fri, 15 Aug 2008 08:48:06 +0000 Subject: [PATCH] Fixed #8337 -- Corrected typo introduced in [8365]. Thanks to julien for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8366 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index fc0299374d0db..8b6384f641ca8 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -869,8 +869,8 @@ relationship should work. All are optional: (an object with a ``get_sql()`` method) for more complex queries. - ``limit_choices_to`` has no effect the inline FormSets that - are created to display related objects in the admin. + ``limit_choices_to`` has no effect on the inline FormSets + that are created to display related objects in the admin. ``related_name`` The name to use for the relation from the related object back to this one. See the