mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #27753 -- Removed django.utils.lru_cache.
This commit is contained in:
parent
6d2ae49f25
commit
c679f357a8
2 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue