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
1818 :class: `~.fields.PolymorphicEmbeddedModelArrayField ` for storing a model
1919 instance or list of model instances that may be of more than one model class.
2020- Added :doc: `GeoDjango support </ref/contrib/gis >`.
21- - Added support for Queryable Encryption.
21+ - Added :doc: ` Queryable Encryption support < /topics/queryable-encryption >` .
2222
2323Backwards incompatible changes
2424------------------------------
Original file line number Diff line number Diff line change 11Queryable Encryption
22====================
33
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.
69
710.. _encrypted-field-example :
811
You can’t perform that action at this time.
0 commit comments