Skip to content

Commit 99f6548

Browse files
committed
Add change log
1 parent c195010 commit 99f6548

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
@@ -16,6 +16,12 @@ New features
1616
- Added :class:`~.fields.PolymorphicEmbeddedModelField` and
1717
:class:`~.fields.PolymorphicEmbeddedModelArrayField` for storing a model
1818
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+
1925

2026
Backwards incompatible changes
2127
------------------------------

0 commit comments

Comments
 (0)