We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use django 1.3 and i had to change from django.utils import six by import six in nested_inlines/helpers.py file
The text was updated successfully, but these errors were encountered:
Merge pull request Soaa-#18 from GreenAsJade/master
bf6ceef
Removed deprecated transaction.commit_on_save and replaced with transact...
Merge pull request Soaa-#18 from patrickbeeson/master
2a47041
Change force_unicode to force_text for python3 compatibility.
No branches or pull requests
I use django 1.3 and i had to change
from django.utils import six
by
import six
in nested_inlines/helpers.py file
The text was updated successfully, but these errors were encountered: