diff options
| author | Tim Graham <timograham@gmail.com> | 2013-12-15 10:51:58 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-15 10:51:58 -0500 |
| commit | 6a36b71fc2bacc1f193c042bf79ce7aa39414906 (patch) | |
| tree | d856fe77d37d3bc939538172ffdcfe9ca6305377 /docs | |
| parent | 51927132856798cacbcd78021e0f6a5037021e1e (diff) | |
[1.6.x] Fixed typo in docs/ref/models/fields.txt
Backport of dfc95d240d from master.
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 9cd2ce5ca9..3d474869a3 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -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 |
