|
if VERSION >= (3, 1): |
|
KeyTransformIn.as_microsoft = json_KeyTransformIn |
|
KeyTransformExact.process_rhs = json_KeyTransformExact_process_rhs |
|
HasKeyLookup.as_microsoft = json_HasKeyLookup |
This line can't be right?! This applies to all other database drivers (such as mysql, postgresql, etc) by overriding the django.db.model files.
This should get an immediate fix. Did someone copy/paste this wrong here? Should it be this?
KeyTransformExact.as_microsoft = json_KeyTransformExact_process_rhs