• 
      

    Move exception classes from django_evolution to django_evolution.errors.

    Review Request #5175 — Created Dec. 29, 2013 and submitted

    Information

    Django Evolution
    master

    Reviewers

    Move exception classes from django_evolution to django_evolution.errors.

    This moves the various exception classes out of the base
    django_evolution package into django_evolution.errors, in order to keep
    things organized.

    Unit tests pass.

    Pyflakes is happy.

    Description From Last Updated

    Exception subclasses should be named SomethingError

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

      Exception subclasses should be named SomethingError

      1. This is just to get it out of the base module. I'm not doing anything more extensive at this point for this change.

      2. Sure. Ship it.

    3. 
        
    chipx86
    Review request changed
    Status:
    Completed