Skip to content

No Django > 1.8 support, 'from django.utils.datastructures import SortedDict' #27

@kamilgregorczyk

Description

@kamilgregorczyk

Importing sorted dicts should be changed to
"from collections import OrderedDict as SortedDict"
But there might be more problems because ordered dict has no keyOrdered attribute which is used .

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