diff options
| author | Loic Bistuer <loic.bistuer@gmail.com> | 2015-01-26 10:28:57 +0700 |
|---|---|---|
| committer | Loic Bistuer <loic.bistuer@gmail.com> | 2015-01-27 22:40:02 +0700 |
| commit | 728b6fd9ca8624271f072d5f4618dc3fd38e87f1 (patch) | |
| tree | 3f91c283af33d95d02d9974cb66249594769613f /docs/internals | |
| parent | 3a4c9e1b43ff67b6cf4c59da757666d6ac5ce4a0 (diff) | |
Fixed #24219 -- Moved SelectDateWidget together with the other widgets
and deprecated django.forms.extras.
Thanks Berker Peksag and Tim Graham for the reviews.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
