1
0
mirror of https://github.com/django/django.git synced 2025-03-12 18:30:48 +00:00

[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

View File

@ -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