From 728b6fd9ca8624271f072d5f4618dc3fd38e87f1 Mon Sep 17 00:00:00 2001 From: Loic Bistuer Date: Mon, 26 Jan 2015 10:28:57 +0700 Subject: Fixed #24219 -- Moved SelectDateWidget together with the other widgets and deprecated django.forms.extras. Thanks Berker Peksag and Tim Graham for the reviews. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 250ef1f6d3..50782b363c 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -18,6 +18,8 @@ details on these changes. * The ``weak`` argument to ``django.dispatch.signals.Signal.disconnect()`` will be removed. +* The ``django.forms.extras`` package will be removed. + .. _deprecation-removed-in-2.0: 2.0 -- cgit v1.3