Skip to content

Commit 6784b99

Browse files
committed
add ref to tom_common revealable_password_input.html partial
1 parent 0a7e50d commit 6784b99

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/customization/encrypted_model_fields.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ encryption on write and decryption on read.
5151
5252
By convention, the ``BinaryField``'s name starts with an underscore —
5353
it is only referenced by the :class:`EncryptedProperty` descriptor; never
54-
read or write the ``BinaryField`` directly.
54+
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.
5557

5658
Reading and writing the field
5759
-----------------------------

0 commit comments

Comments
 (0)