Skip to content

BUG KeyTransformExact applied universally for all database drivers #82

@jchang10

Description

@jchang10

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions