summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2019-02-04 19:40:07 -0500
committerTim Graham <timograham@gmail.com>2019-02-05 12:52:07 -0500
commitc679f357a8127d7776b60679071a7b791d39a5b3 (patch)
treed3353fcc767c257c7f224c202f7c1f6c99073cab /docs
parent6d2ae49f254ee485101ef29f6d9521d0b7a39749 (diff)
Refs #27753 -- Removed django.utils.lru_cache.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt3
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
-------------