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 7cd43d6 commit 0fdb066Copy full SHA for 0fdb066
docs/source/releases/5.2.x.rst
@@ -17,6 +17,12 @@ New features
17
- Added :class:`~.fields.PolymorphicEmbeddedModelField` and
18
:class:`~.fields.PolymorphicEmbeddedModelArrayField` for storing a model
19
instance or list of model instances that may be of more than one model class.
20
+- Added support for MongoDB Atlas Search expressions, including
21
+ ``SearchAutocomplete``, ``SearchEquals``, ``SearchVector``, and others.
22
+- Added support for the ``search`` lookup on
23
+ :class:`~django.db.models.TextField` and
24
+ :class:`~django.db.models.CharField`.
25
+
26
27
Bug fixes
28
---------
0 commit comments