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

Incorrect importation six package #18

Open
miltonlab opened this issue Feb 4, 2014 · 0 comments
Open

Incorrect importation six package #18

miltonlab opened this issue Feb 4, 2014 · 0 comments

Comments

@miltonlab
Copy link

I use django 1.3 and i had to change
from django.utils import six
by
import six
in nested_inlines/helpers.py file

PetrDlouhy pushed a commit to PetrDlouhy/django-nested-inlines that referenced this issue Sep 12, 2015
Removed deprecated transaction.commit_on_save and replaced with transact...
PetrDlouhy pushed a commit to PetrDlouhy/django-nested-inlines that referenced this issue Apr 18, 2017
Change force_unicode to force_text for python3 compatibility.
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

No branches or pull requests

1 participant