We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7e50d commit 6784b99Copy full SHA for 6784b99
1 file changed
docs/customization/encrypted_model_fields.rst
@@ -51,7 +51,9 @@ encryption on write and decryption on read.
51
52
By convention, the ``BinaryField``'s name starts with an underscore —
53
it is only referenced by the :class:`EncryptedProperty` descriptor; never
54
-read or write the ``BinaryField`` directly.
+read or write the ``BinaryField`` directly. When presenting an encrypted field
55
+to your users, you may wish to use ``tom_common``'s
56
+``revealable_password_input.html`` partial template.
57
58
Reading and writing the field
59
-----------------------------
0 commit comments