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.
2 parents 768541c + 00e882d commit aeaf760Copy full SHA for aeaf760
docs/query-builder.txt
@@ -188,7 +188,7 @@ the value of the ``title`` field is ``"Back to the Future"``:
188
189
.. note::
190
191
- You can use the ``id`` alias in your queries to represent
+ Starting in v5.0, you can use the ``id`` alias in your queries to represent
192
the ``_id`` field in MongoDB documents, as shown in the preceding
193
code. When you run a find operation using the query builder, {+odm-short+}
194
automatically converts between ``id`` and ``_id``. Because of this behavior,
0 commit comments