diff options
| author | Andrew Godwin <andrew@aeracode.org> | 2013-12-15 12:10:46 +0000 |
|---|---|---|
| committer | Andrew Godwin <andrew@aeracode.org> | 2013-12-15 12:11:02 +0000 |
| commit | dfc95d240d95ff03fee59c3acf80c211da210d90 (patch) | |
| tree | 7cfdbfe37fa4c7a7b0efaaf26bd259a6e115e9d8 /docs | |
| parent | e904d421d06bb53fbc9f55bd129b0b213d9908c5 (diff) | |
Fix docs typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/models/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
