diff options
| author | Tim Graham <timograham@gmail.com> | 2019-02-04 20:22:44 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-02-05 13:00:15 -0500 |
| commit | 3004d7057f2798c348e263d5d902eeb1e20464d5 (patch) | |
| tree | 609ec03ad04a5942a7504c32252b0753eb6b4adf /docs | |
| parent | 9a750cbd5c2a003c5680ab049c39ef3de218f5ce (diff) | |
Refs #27753 -- Removed django.utils.functional.curry().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 97ada26838..19361cc195 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -271,6 +271,9 @@ Django 3.0, we're removing these APIs at this time. * ``django.utils.encoding.python_2_unicode_compatible()`` - Alias of ``six.python_2_unicode_compatible()``. +* ``django.utils.functional.curry()`` - Use :func:`functools.partial` or + :class:`functools.partialmethod`. See :commit:`5b1c389603a353625ae1603`. + Miscellaneous ------------- |
