• 
      

    Allow django_evolution to be imported on Django 1.7+.

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

    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.

    Description From Last Updated

    Can you comment this?

    daviddavid
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          django_evolution/management/__init__.py
          django_evolution/compat/apps.py
          django_evolution/signature.py
      
      Ignored Files:
          django_evolution/compat/__init__.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          django_evolution/management/__init__.py
          django_evolution/compat/apps.py
          django_evolution/signature.py
      
      Ignored Files:
          django_evolution/compat/__init__.py
      
      
    2. 
        
    david
    1. 
        
    2. django_evolution/signature.py (Diff revision 1)
       
       
       
       
       
      Show all issues

      Can you comment this?

    3. 
        
    chipx86
    reviewbot
    1. Tool: Pyflakes
      Processed Files:
          django_evolution/management/__init__.py
          django_evolution/compat/apps.py
          django_evolution/signature.py
      
      Ignored Files:
          django_evolution/compat/__init__.py
      
      
      
      Tool: PEP8 Style Checker
      Processed Files:
          django_evolution/management/__init__.py
          django_evolution/compat/apps.py
          django_evolution/signature.py
      
      Ignored Files:
          django_evolution/compat/__init__.py
      
      
    2. 
        
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to master (8781e21)