From dfc95d240d95ff03fee59c3acf80c211da210d90 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sun, 15 Dec 2013 12:10:46 +0000 Subject: [PATCH] Fix docs typo --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index d56da87091..20e0975c18 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1234,7 +1234,7 @@ that control how the relationship functions. Same as :attr:`ForeignKey.related_name`. -.. attribute:: ForeignKey.related_query_name +.. attribute:: ManyToManyField.related_query_name .. versionadded:: 1.6