Skip to content

Commit 6410366

Browse files
committed
versionadded updated from 5.2.3 to 6.0.0.
1 parent 863d264 commit 6410366

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/howto/queryable-encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Configuring Queryable Encryption
33
================================
44

5-
.. versionadded:: 5.2.3
5+
.. versionadded:: 6.0.0
66

77
:doc:`manual:core/queryable-encryption` is a powerful MongoDB feature that
88
allows you to encrypt sensitive fields in your database while still supporting

docs/ref/django-admin.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Available commands
1717
``showencryptedfieldsmap``
1818
--------------------------
1919

20-
.. versionadded:: 5.2.3
20+
.. versionadded:: 6.0.0
2121

2222
.. django-admin:: showencryptedfieldsmap
2323

docs/ref/models/encrypted-fields.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Encrypted fields
44

55
.. currentmodule:: django_mongodb_backend.fields
66

7-
.. versionadded:: 5.2.3
7+
.. versionadded:: 6.0.0
88

99
To 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:: 5.2.3
155+
.. versionadded:: 6.0.0
156156

157157
Use this mixin to create encrypted versions of your own custom fields. For
158158
example, to create an encrypted version of ``MyField``::

docs/ref/utils.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ following parts can be considered stable.
5454

5555
.. function:: model_has_encrypted_fields(model)
5656

57-
.. versionadded:: 5.2.3
57+
.. versionadded:: 6.0.0
5858

5959
Returns ``True`` if the given Django model has any fields that use
6060
encrypted models.

0 commit comments

Comments
 (0)