Skip to content

Commit 1c57034

Browse files
aclark4lifeCopilot
andauthored
Update django_mongodb_backend/management/commands/showencryptedfieldsmap.py
Co-authored-by: Copilot <[email protected]>
1 parent 4fe6a35 commit 1c57034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/management/commands/showencryptedfieldsmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def add_arguments(self, parser):
3232

3333
def handle(self, *args, **options):
3434
db = options["database"]
35-
create_new_keys = options.get("create_new_keys", False)
35+
create_data_keys = options.get("create_data_keys", False)
3636
connection = connections[db]
3737
client = connection.connection
3838
encrypted_fields_map = {}

0 commit comments

Comments
 (0)