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