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
This commit is contained in:
parent
7eb44e32dc
commit
ece6e166e2
|
@ -869,8 +869,8 @@ relationship should work. All are optional:
|
||||||
(an object with a ``get_sql()`` method) for more complex
|
(an object with a ``get_sql()`` method) for more complex
|
||||||
queries.
|
queries.
|
||||||
|
|
||||||
``limit_choices_to`` has no effect the inline FormSets that
|
``limit_choices_to`` has no effect on the inline FormSets
|
||||||
are created to display related objects in the admin.
|
that are created to display related objects in the admin.
|
||||||
|
|
||||||
``related_name`` The name to use for the relation from the related
|
``related_name`` The name to use for the relation from the related
|
||||||
object back to this one. See the
|
object back to this one. See the
|
||||||
|
|
Loading…
Reference in New Issue