1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed backwards compatibility shims for "util" modules per deprecation timeline.

refs #17627.
This commit is contained in:
Tim Graham
2014-11-18 11:42:08 -05:00
parent d79a30ba3f
commit 9ce36512fa
5 changed files with 0 additions and 41 deletions

View File

@@ -1,9 +0,0 @@
import warnings
from django.utils.deprecation import RemovedInDjango19Warning
warnings.warn(
"The django.forms.util module has been renamed. "
"Use django.forms.utils instead.", RemovedInDjango19Warning, stacklevel=2)
from django.forms.utils import * # NOQA