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 @@ -469,16 +469,7 @@ built-in fields before storing it in the database.
469
469
| ``EncryptedURLField `` | :class: `~django.db.models.URLField ` |
470
470
+----------------------------------------+------------------------------------------------------+
471
471
472
- .. _encrypted-fields-unsupported-fields :
473
-
474
- .. admonition :: Unsupported fields
475
-
476
- The following fields are supported by Django MongoDB Backend but are not
477
- supported by Queryable Encryption.
478
-
479
- :class: `~django.db.models.SlugField ` - Queryable Encryption does not
480
- :doc: `support unique indexes on encrypted fields
481
- <manual:core/queryable-encryption/reference/limitations>`.
472
+ .. class :: EncryptedFieldMixin
482
473
483
474
``EncryptedFieldMixin ``
484
475
-----------------------
@@ -501,3 +492,15 @@ for the field::
501
492
queries={"queryType": "equality"},
502
493
# Other field options...
503
494
)
495
+
496
+ Unsupported fields
497
+ ------------------
498
+
499
+ The following fields are supported by Django MongoDB Backend but are not
500
+ supported by Queryable Encryption.
501
+
502
+ +--------------------------------------+------------------------------------------------------------+
503
+ | :class: `~django.db.models.SlugField ` | Queryable Encryption does not :doc: `support unique indexes |
504
+ | | on encrypted fields |
505
+ | | <manual:core/queryable-encryption/reference/limitations>`. |
506
+ +--------------------------------------+------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments