• 
      

    Allow django_evolution to be imported on Django 1.7+.

    Review Request #7435 — Created June 17, 2015 and submitted — Latest diff uploaded

    Information

    Django Evolution
    master
    1edf808...

    Reviewers

    A number of imports have been moved or removed in Django that affected
    Django Evolution. While this change doesn't fix all of them, nor does it
    provide proper compatibility with Django 1.7+, it does at least allow
    the module to be imported, and takes us one small step to working with
    newer versions of Django.

    I was able to import the module without it blowing up.