mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
7
django/forms/util.py
Normal file
7
django/forms/util.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import warnings
|
||||
|
||||
warnings.warn(
|
||||
"The django.forms.util module has been renamed. "
|
||||
"Use django.forms.utils instead.", PendingDeprecationWarning)
|
||||
|
||||
from django.forms.utils import *
|
||||
Reference in New Issue
Block a user