mirror of https://github.com/django/django.git
[1.6.x] Fixed typo in docs/ref/models/fields.txt
Backport of dfc95d240d
from master.
This commit is contained in:
parent
5192713285
commit
6a36b71fc2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue