1
0
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:
Tim Graham
2016-11-07 16:28:13 -05:00
parent a3bd8672d8
commit 742d666da5
5 changed files with 2 additions and 20 deletions

View File

@@ -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)

View File

@@ -1 +0,0 @@
from django.forms.widgets import SelectDateWidget # NOQA