File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ New features
18
18
:class: `~.fields.PolymorphicEmbeddedModelArrayField ` for storing a model
19
19
instance or list of model instances that may be of more than one model class.
20
20
- Added :doc: `GeoDjango support </ref/contrib/gis >`.
21
- - Added support for Queryable Encryption.
21
+ - Added :doc: ` Queryable Encryption support < /topics/queryable-encryption >` .
22
22
23
23
Backwards incompatible changes
24
24
------------------------------
Original file line number Diff line number Diff line change 1
1
Queryable Encryption
2
2
====================
3
3
4
- Use :ref: `encrypted fields <encrypted-fields >` to store sensitive data in
5
- MongoDB with :doc: `manual:core/queryable-encryption `.
4
+ *Added in version 5.2.0b2. *
5
+
6
+ Django MongoDB Backend supports :doc: `manual:core/queryable-encryption ` which
7
+ allows you to use :ref: `encrypted fields <encrypted-fields >` to store sensitive
8
+ data in MongoDB.
6
9
7
10
.. _encrypted-field-example :
8
11
You can’t perform that action at this time.
0 commit comments