Skip to content

Compatibility with django 1.6 #1

Open
@geweb7

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Compatibility with django 1.6 · Issue #1 · Yaco-Sistemas/django-inlinetrans