mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
This commit is contained in:
parent
2788de95e3
commit
9ef4a18dbe
48 changed files with 164 additions and 133 deletions
|
@ -1,6 +1,7 @@
|
|||
import re
|
||||
|
||||
from django.forms import RegexField, ValidationError
|
||||
from django.core.exceptions import ValidationError
|
||||
from django.forms import RegexField
|
||||
from django.test import SimpleTestCase
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue