• 
      

    Move much of our Django support capability detection into support.py.

    Review Request #5107 — Created Dec. 13, 2013 and submitted

    Information

    Django Evolution
    master

    Reviewers

    Move much of our Django support capability detection into support.py.

    There are a few places where we introspect some part of Django to see
    what level of support we have for something. Instead of duplicating
    these or spreading them around, they've been moved to a new support.py
    file.

    Unit tests pass.

    Description From Last Updated

    Can you make this explicitly catch ImportError?

    daviddavid
    david
    1. 
        
    2. django_evolution/support.py (Diff revision 1)
       
       
      Show all issues

      Can you make this explicitly catch ImportError?

    3. 
        
    chipx86
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed