Commit 6a36b71f authored by Tim Graham's avatar Tim Graham
Browse files

[1.6.x] Fixed typo in docs/ref/models/fields.txt

Backport of dfc95d24 from master.
parent 51927132
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1236,7 +1236,7 @@ that control how the relationship functions.
        users = models.ManyToManyField(User, related_name='u+')
        referents = models.ManyToManyField(User, related_name='ref+')

.. attribute:: ForeignKey.related_query_name
.. attribute:: ManyToManyField.related_query_name

    .. versionadded:: 1.6