File tree Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Expand file tree Collapse file tree 2 files changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ steps required for Django.
20
20
Prerequisites
21
21
-------------
22
22
23
+ .. TODO Add something about crypt_shared here.
24
+
23
25
In addition to :doc: `installing </intro/install >` and :doc: `configuring
24
26
</intro/configure>` Django MongoDB Backend, you will need to install some
25
27
additional packages to use Queryable Encryption. This can be done with the
Original file line number Diff line number Diff line change @@ -458,16 +458,7 @@ built-in fields before storing it in the database.
458
458
| ``EncryptedURLField `` | :class: `~django.db.models.URLField ` |
459
459
+----------------------------------------+------------------------------------------------------+
460
460
461
- .. _encrypted-fields-unsupported-fields :
462
-
463
- .. admonition :: Unsupported fields
464
-
465
- The following fields are supported by Django MongoDB Backend but are not
466
- supported by Queryable Encryption.
467
-
468
- :class: `~django.db.models.SlugField ` - Queryable Encryption does not
469
- :doc: `support unique indexes on encrypted fields
470
- <manual:core/queryable-encryption/reference/limitations>`.
461
+ .. class :: EncryptedFieldMixin
471
462
472
463
``EncryptedFieldMixin ``
473
464
-----------------------
@@ -490,3 +481,15 @@ for the field::
490
481
queries={"queryType": "equality"},
491
482
# Other field options...
492
483
)
484
+
485
+ Unsupported fields
486
+ ------------------
487
+
488
+ The following fields are supported by Django MongoDB Backend but are not
489
+ supported by Queryable Encryption.
490
+
491
+ +--------------------------------------+------------------------------------------------------------+
492
+ | :class: `~django.db.models.SlugField ` | Queryable Encryption does not :doc: `support unique indexes |
493
+ | | on encrypted fields |
494
+ | | <manual:core/queryable-encryption/reference/limitations>`. |
495
+ +--------------------------------------+------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments