Skip to content

Commit 25c5217

Browse files
aclark4lifeCopilot
andauthored
Update docs/source/topics/queryable-encryption.rst
Co-authored-by: Copilot <[email protected]>
1 parent 1c57034 commit 25c5217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/topics/queryable-encryption.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ like this:
2929
3030
class Patient(models.Model):
3131
name = models.CharField(max_length=255)
32-
ssn = models.EncryptedCharField(max_length=11)
32+
ssn = EncryptedCharField(max_length=11)
3333
3434
def __str__(self):
3535
return self.name

0 commit comments

Comments
 (0)