File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # Settings for django_mongodb_backend/tests when encryption isn't supported .
1+ # Settings for django_mongodb_backend/tests.
22from django_settings import * # noqa: F403
33
44DATABASES ["encrypted" ] = {} # noqa: F405
Original file line number Diff line number Diff line change 22Configuring Queryable Encryption
33================================
44
5- .. versionadded :: 6.0.0
5+ .. versionadded :: 6.0.1
66
77:doc: `manual:core/queryable-encryption ` is a powerful MongoDB feature that
88allows you to encrypt sensitive fields in your database while still supporting
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Available commands
1919``showencryptedfieldsmap ``
2020--------------------------
2121
22- .. versionadded :: 6.0.0
22+ .. versionadded :: 6.0.1
2323
2424.. django-admin :: showencryptedfieldsmap
2525
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Encrypted fields
44
55.. currentmodule :: django_mongodb_backend.fields
66
7- .. versionadded :: 6.0.0
7+ .. versionadded :: 6.0.1
88
99To use encrypted fields, you must :doc: `configure Queryable Encryption
1010</howto/queryable-encryption>`.
@@ -152,7 +152,7 @@ sample error message from the database.
152152
153153.. class :: EncryptedFieldMixin
154154
155- .. versionadded :: 6.0.0
155+ .. versionadded :: 6.0.1
156156
157157 Use this mixin to create encrypted versions of your own custom fields. For
158158 example, to create an encrypted version of ``MyField ``::
You can’t perform that action at this time.
0 commit comments