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

Fix compatibility with django 1.6 #44

Merged
merged 1 commit into from
Feb 21, 2016

Commits on Feb 5, 2016

  1. Fix compatibility with django 1.6

    Since django 1.6 comes with python 2.6 support, so this commit includes
    a patch for python 2.6 compatibility.
    
    Besides, djang-jinja > v2.0 drops support for django < 1.8, so in the
    tests, we need to use two django-jinja versions, for both django < 1.8
    and django >= 1.8, respectively.
    timonwong committed Feb 5, 2016
    Configuration menu
    Copy the full SHA
    e147a24 View commit details
    Browse the repository at this point in the history