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

Backport of dfc95d240d from master.
This commit is contained in:
Tim Graham 2013-12-15 10:51:58 -05:00
parent 5192713285
commit 6a36b71fc2
1 changed files with 1 additions and 1 deletions

View File

@ -1236,7 +1236,7 @@ that control how the relationship functions.
users = models.ManyToManyField(User, related_name='u+') users = models.ManyToManyField(User, related_name='u+')
referents = models.ManyToManyField(User, related_name='ref+') referents = models.ManyToManyField(User, related_name='ref+')
.. attribute:: ForeignKey.related_query_name .. attribute:: ManyToManyField.related_query_name
.. versionadded:: 1.6 .. versionadded:: 1.6