Skip to content

Commit d0423d2

Browse files
committed
PYTHON-1993 Add client-side field level encryption documentation examples
Specify pymongocrypt<2.0.0 in setup.py for compatibility.
1 parent 849a415 commit d0423d2

File tree

9 files changed

+540
-45
lines changed

9 files changed

+540
-45
lines changed

doc/api/pymongo/encryption.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
:mod:`encryption` -- Client side encryption
2-
===========================================
1+
:mod:`encryption` -- Client-Side Field Level Encryption
2+
=======================================================
33

44
.. automodule:: pymongo.encryption
55
:members:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
:mod:`encryption_options` -- Support for automatic client side encryption
1+
:mod:`encryption_options` -- Automatic Client-Side Field Level Encryption
22
=========================================================================
33

44
.. automodule:: pymongo.encryption_options
5-
:synopsis: Support for automatic client side encryption
5+
:synopsis: Support for automatic client-side field level encryption
66

77
.. autoclass:: pymongo.encryption_options.AutoEncryptionOpts
88
:members:

0 commit comments

Comments
 (0)