-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Critical - P2
-
Affects Version/s: None
-
Component/s: django
-
None
-
None
-
Python Drivers
-
Not Needed
-
None
-
None
-
None
-
None
-
None
-
None
While working on a Queryable Encryption tutorial for Django MongoDB Backend, I discovered some issues with the admin site for my sample application. When I try to edit a value in admin, I get a DatabaseError: "Multi-document updates are not allowed with Queryable Encryption".
For example, I've defined the same models included in the current QE docs and inserted the same sample document. If I try to edit John Doe's `patient_id` value from the admin site, I get the error.
I've attached a screenshot below of the error I see after editing `patient_id`.