mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
Added link to Python Pickle documentation in docs/topics/cache.txt.
Co-authored-by: Rida Zouga <ridazouga@gmail.com>
This commit is contained in:
parent
7b32485ee9
commit
3ea0195ca5
1 changed files with 2 additions and 2 deletions
|
|
@ -863,8 +863,8 @@ For cases like this, Django exposes a low-level cache API. You can use this API
|
|||
to store objects in the cache with any level of granularity you like. You can
|
||||
cache any Python object that can be pickled safely: strings, dictionaries,
|
||||
lists of model objects, and so forth. (Most common Python objects can be
|
||||
pickled; refer to the Python documentation for more information about
|
||||
pickling.)
|
||||
pickled; refer to the :mod:`Python documentation <pickle>` for more information
|
||||
about pickling.)
|
||||
|
||||
Accessing the cache
|
||||
-------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue