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

Path removed django.utils.encoding.python_2_unicode_compatible() #260

Merged
merged 1 commit into from
Feb 10, 2020

Conversation

atodorov
Copy link
Contributor

  • causes no-name-in-module errors.
  • has been removed in Django 3.0
  • is alias of six.python_2_unicode_compatible()

https://docs.djangoproject.com/en/3.0/releases/3.0/#removed-private-python-2-compatibility-apis

- causes no-name-in-module errors.
- has been removed in Django 3.0
- is alias of six.python_2_unicode_compatible()
@coveralls
Copy link

coveralls commented Feb 10, 2020

Pull Request Test Coverage Report for Build 980

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.599%

Totals Coverage Status
Change from base Build 924: 0%
Covered Lines: 645
Relevant Lines: 728

💛 - Coveralls

@carlio carlio mentioned this pull request Feb 10, 2020
@carlio
Copy link
Member

carlio commented Feb 10, 2020

👍

@carlio carlio merged commit 7cbca67 into master Feb 10, 2020
@carlio
Copy link
Member

carlio commented Feb 10, 2020

Merged to see if it'll also help fix the other two PRs

@atodorov
Copy link
Contributor Author

Merged to see if it'll also help fix the other two PRs

it should. thanks.

@atodorov atodorov deleted the python2_unicode_compatible branch February 10, 2020 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants