Skip to content

Commit c0b88bb

Browse files
committed
[wip] updates to field docs
1 parent bd8605e commit c0b88bb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/ref/models/encrypted-fields.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Queryable Encryption.
3434
+----------------------------------------+------------------------------------------------------+
3535
| ``EncryptedDurationField`` | :class:`~django.db.models.DurationField` |
3636
+----------------------------------------+------------------------------------------------------+
37+
| ``EncryptedEmailField`` | :class:`~django.db.models.EmailField` |
38+
+----------------------------------------+------------------------------------------------------+
3739
| ``EncryptedFloatField`` | :class:`~django.db.models.FloatField` |
3840
+----------------------------------------+------------------------------------------------------+
3941
| ``EncryptedGenericIPAddressField`` | :class:`~django.db.models.GenericIPAddressField` |
@@ -86,6 +88,11 @@ by Queryable Encryption.
8688
| :class:`~django.db.models.SlugField` | :ref:`Queryable Encryption does not support TTL Indexes or Unique Indexes <manual:qe-reference-encryption-limits>` |
8789
+--------------------------------------+--------------------------------------------------------------------------------------------------------------------+
8890

91+
FileField, ImageField, FilePathField, JSONField
92+
93+
PolymorphicEmbeddedModelField, PolymorphicEmbeddedModelArrayField
94+
95+
8996
Limitations
9097
===========
9198

0 commit comments

Comments
 (0)