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 ``