Skip to content

Commit 0e50545

Browse files
committed
update version added to 5.2.2
1 parent 4a452b8 commit 0e50545

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.1
5+
.. versionadded:: 5.2.2
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.1
20+
.. versionadded:: 5.2.2
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
@@ -2,7 +2,7 @@
22
Encrypted fields
33
================
44

5-
.. versionadded:: 5.2.1
5+
.. versionadded:: 5.2.2
66

77
Django MongoDB Backend supports :doc:`manual:core/queryable-encryption`.
88

@@ -65,7 +65,7 @@ supported by Queryable Encryption.
6565

6666
.. class:: EncryptedFieldMixin
6767

68-
.. versionadded:: 5.2.1
68+
.. versionadded:: 5.2.2
6969

7070
A mixin that can be used to create custom encrypted fields that support
7171
MongoDB's Queryable Encryption.

docs/topics/queryable-encryption.rst

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

5-
.. versionadded:: 5.2.1
5+
.. versionadded:: 5.2.2
66

77
Once you have configured your Django project and MongoDB deployment for
88
Queryable Encryption, you’re ready to start developing applications that take

0 commit comments

Comments
 (0)