mirror of
https://github.com/django/django.git
synced 2025-07-19 09:09:13 +00:00
[1.9.x] Fixed typo in BaseCache.delete_many() docstring.
Backport of 7df9aa3a33271706bf172eac77b5b0d02c971d77 from master
This commit is contained in:
parent
312e488a21
commit
76a96215b9
2
django/core/cache/backends/base.py
vendored
2
django/core/cache/backends/base.py
vendored
@ -216,7 +216,7 @@ class BaseCache(object):
|
|||||||
|
|
||||||
def delete_many(self, keys, version=None):
|
def delete_many(self, keys, version=None):
|
||||||
"""
|
"""
|
||||||
Set a bunch of values in the cache at once. For certain backends
|
Delete a bunch of values in the cache at once. For certain backends
|
||||||
(memcached), this is much more efficient than calling delete() multiple
|
(memcached), this is much more efficient than calling delete() multiple
|
||||||
times.
|
times.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user