Skip to content

cannot import name 'python_2_unicode_compatible' from 'django.utils.encoding' #618

@daironigr

Description

@daironigr

python_2_unicode_compatible is not available on Django 3, you should use from six import python_2_unicode_compatible instead of from django.utils.six import python_2_unicode_compatible on django_facebook/models.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions