We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13578ab commit 3342d7fCopy full SHA for 3342d7f
django_mongodb_backend/schema.py
@@ -449,7 +449,7 @@ def _get_encrypted_fields_map(self, model):
449
return {
450
"fields": [
451
{
452
- "path": field.name,
+ "path": field.db_column,
453
"bsonType": field.db_type(conn),
454
# Specify queries in the field definition as a list of query
455
# types e.g. queries=["equality", "range"]
0 commit comments