mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #17627 -- Renamed util.py files to utils.py
Thanks PaulM for the suggestion and Luke Granger-Brown and Wiktor Kołodziej for the initial patch.
This commit is contained in:
parent
8d29005524
commit
18ffdb1772
58 changed files with 111 additions and 84 deletions
|
@ -2,7 +2,7 @@ from __future__ import unicode_literals
|
|||
|
||||
from django import forms
|
||||
from django.forms.formsets import BaseFormSet, DELETION_FIELD_NAME
|
||||
from django.forms.util import ErrorDict, ErrorList
|
||||
from django.forms.utils import ErrorDict, ErrorList
|
||||
from django.forms.models import modelform_factory, inlineformset_factory, modelformset_factory, BaseModelFormSet
|
||||
from django.test import TestCase
|
||||
from django.utils import six
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue