Move exception classes from django_evolution to django_evolution.errors.

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

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.

django_evolution/__init__.py
django_evolution/diff.py
django_evolution/errors.py
django_evolution/evolve.py
django_evolution/mutations.py
django_evolution/mutators.py
django_evolution/db/common.py
django_evolution/management/commands/evolve.py
django_evolution/tests/test_add_field.py
django_evolution/tests/test_change_field.py
django_evolution/tests/test_sql_mutation.py
Loading...