Move exception classes from django_evolution to django_evolution.errors.
Review Request #5175 — Created Dec. 29, 2013 and submitted — Latest diff uploaded
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.