Skip to content

Commit 0fdb066

Browse files
committed
Add change log
1 parent 7cd43d6 commit 0fdb066

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/releases/5.2.x.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ New features
1717
- Added :class:`~.fields.PolymorphicEmbeddedModelField` and
1818
:class:`~.fields.PolymorphicEmbeddedModelArrayField` for storing a model
1919
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+
2026

2127
Bug fixes
2228
---------

0 commit comments

Comments
 (0)