mirror of
https://github.com/django/django.git
synced 2025-06-03 10:39:12 +00:00
Fixed typo in django/db/models/fields/related_descriptors.py.
This commit is contained in:
parent
f14cab28a5
commit
82b913cd6c
@ -183,7 +183,7 @@ class ForwardManyToOneDescriptor:
|
|||||||
|
|
||||||
# FIXME: This will need to be revisited when we introduce support for
|
# FIXME: This will need to be revisited when we introduce support for
|
||||||
# composite fields. In the meantime we take this practical approach to
|
# composite fields. In the meantime we take this practical approach to
|
||||||
# solve a regression on 1.6 when the reverse manager in hidden
|
# solve a regression on 1.6 when the reverse manager is hidden
|
||||||
# (related_name ends with a '+'). Refs #21410.
|
# (related_name ends with a '+'). Refs #21410.
|
||||||
# The check for len(...) == 1 is a special case that allows the query
|
# The check for len(...) == 1 is a special case that allows the query
|
||||||
# to be join-less and smaller. Refs #21760.
|
# to be join-less and smaller. Refs #21760.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user