1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.

This commit is contained in:
Berker Peksag
2014-11-23 20:33:07 +02:00
parent a52cd407b8
commit 34fb909180
4 changed files with 64 additions and 1 deletions

View File

@@ -94,7 +94,8 @@ Minor features
Cache
^^^^^
* ...
* ``django.core.cache.backends.base.BaseCache`` now has a ``get_or_set()``
method.
Email
^^^^^