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 176f016 commit 264b37aCopy full SHA for 264b37a
django_mongodb_backend/schema.py
@@ -449,10 +449,7 @@ def _get_encrypted_fields_map(self, model):
449
return {
450
"fields": [
451
{
452
- # (Pdb) fields[2].db_column
453
- # (Pdb) fields[2].name
454
- # 'ssn'
455
- "path": field.name,
+ "path": field.column,
456
"bsonType": field.db_type(conn),
457
# Specify queries in the field definition as a list of query
458
# types e.g. queries=["equality", "range"]
0 commit comments