summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-08-15 08:48:06 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-08-15 08:48:06 +0000
commitece6e166e2a53b931d2dad04dab555d2b346a364 (patch)
tree2e5ec13ce3b491ee1889c265ab0353726618bd8b /docs
parent7eb44e32dc451f4ba3cad780f7e68d148f8ee661 (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/model-api.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index fc0299374d..8b6384f641 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