Skip to content

Error happened : Python 3.6 Django 1.8.6 #9

@dreammis

Description

@dreammis

function patch_mysql

class hashabledict(dict):
        def __hash__(self):
            return hash(tuple(sorted(list(self.items()))))

Python 2 is OK, Maybe it is occured by the different version of Python to convert data structure.

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