mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #24219 -- Removed django.forms.extras per deprecation timeline.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import warnings
|
||||
|
||||
from django.forms.widgets import SelectDateWidget
|
||||
from django.utils.deprecation import RemovedInDjango20Warning
|
||||
|
||||
__all__ = ['SelectDateWidget']
|
||||
|
||||
|
||||
warnings.warn(
|
||||
"django.forms.extras is deprecated. You can find "
|
||||
"SelectDateWidget in django.forms.widgets instead.",
|
||||
RemovedInDjango20Warning, stacklevel=2)
|
||||
@@ -1 +0,0 @@
|
||||
from django.forms.widgets import SelectDateWidget # NOQA
|
||||
Reference in New Issue
Block a user