Skip to content

django.utils.six #65

@funksen

Description

@funksen

Hi, you are using six modules not compatible with django 3
one import broke my site, and I managed to fix it,

it's in chartit/templatetags/chartit.py,

import itertools instead of six, and change line 84:

for hco, render_to in six.zip_longest(

for hco, render_to in itertools.zip_longest(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions