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:
@@ -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
|
||||
Reference in New Issue
Block a user