We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e830a3 commit f2138b3Copy full SHA for f2138b3
docs/advanced.rst
@@ -183,7 +183,7 @@ About Queryset Methods
183
queryset or list of base model objects efficiently into the real objects.
184
For example, you could do ``base_objects_queryset=ModelA.extra(...).non_polymorphic()``
185
and then call ``real_objects=base_objects_queryset.get_real_instances()``. Or alternatively
186
- .``real_objects=ModelA.objects.get_real_instances(base_objects_queryset_or_object_list)``
+ ``real_objects=ModelA.objects.get_real_instances(base_objects_queryset_or_object_list)``
187
188
* ``values()`` & ``values_list()`` currently do not return polymorphic
189
results. This may change in the future however. If you want to use these
0 commit comments