diff options
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 1c0a7d1f23..14fa129bf2 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -251,6 +251,9 @@ Django 3.0, we're removing these APIs at this time. * ``django.test.utils.patch_logger()`` - Use :meth:`unittest.TestCase.assertLogs` instead. +* ``django.utils.lru_cache.lru_cache()`` - Alias of + :func:`functools.lru_cache`. + Miscellaneous ------------- |
