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 2558faf commit 4ad1c49Copy full SHA for 4ad1c49
docs/releases/5.2.x.rst
@@ -10,7 +10,11 @@ Django MongoDB Backend 5.2.x
10
New features
11
------------
12
13
-- ...
+- Added support for creating indexes from expressions.
14
+ Currently, only ``F()`` expressions are supported to reference top-level
15
+ model fields inside embedded models.
16
+
17
18
19
Bug fixes
20
---------
docs/topics/index.rst
@@ -11,3 +11,4 @@ know:
embedded-models
transactions
known-issues
+ indexes
0 commit comments