Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error on django>=3.0 that occurs due to a removing python_2_unicode_compatible from the latest versions #484

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Jun 22, 2021

  1. set the stub for python_2_unicode_compatible

    set the stub for `python_2_unicode_compatible` function to fix error `NameError: name 'python_2_unicode_compatible' is not defined` for django versions 3.0 and later
    `
    Sanshain committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    a11a029 View commit details
    Browse the repository at this point in the history
  2. Update setup.py

    Sanshain committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    4168231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    462228d View commit details
    Browse the repository at this point in the history