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

Compatibility with django 1.6 #1

Open
geweb7 opened this issue Mar 26, 2014 · 0 comments
Open

Compatibility with django 1.6 #1

geweb7 opened this issue Mar 26, 2014 · 0 comments

Comments

@geweb7
Copy link

geweb7 commented Mar 26, 2014

It seems that some things changed in django 1.6
And django-inline fails:
urls.py -
"from django.conf.urls.defaults import patterns, url" should be changed to "from django.conf.urls import patterns, url"

inlinetrans.py
"from django.template.base import _render_value_in_context" to "from django.template.base import render_value_in_context" or smth else.

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