0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00

Fixed typo in docs/ref/models/expressions.txt.

This commit is contained in:
Mariusz Felisiak 2024-08-28 11:37:09 +02:00 committed by nessita
parent fed11ba461
commit 2b9f0b79bc

View File

@ -1097,7 +1097,7 @@ calling the appropriate methods on the wrapped expression.
.. attribute:: set_returning
.. versionadded:: 5.2
.. versionadded:: 5.2
Tells Django that this expression contains a set-returning function,
enforcing subquery evaluation. It's used, for example, to allow some