Skip to content

Commit

Permalink
Fixed #8337 -- Corrected typo introduced in [8365]. Thanks to julien …
Browse files Browse the repository at this point in the history
…for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Aug 15, 2008
1 parent 7eb44e3 commit ece6e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/model-api.txt
Expand Up @@ -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
Expand Down

0 comments on commit ece6e16

Please sign in to comment.