Import ValidationError from django.core.exceptions instead of django.forms.

Review Request #4609 — Created Sept. 20, 2013 and submitted — Latest diff uploaded

Information

Djblets
master

Reviewers

Import ValidationError from django.core.exceptions instead of django.forms.

They haven't announced any official deprecation of this, but it seems like
exceptions are being consolidated in one place.

Ran unit tests

    Loading...