New in Django

27 views
Skip to first unread message

Anu Malik

unread,
Jan 14, 2014, 8:32:23 AM1/14/14
to django...@googlegroups.com
Hi All,

I'm new in Django,i am not sure how pickling/caching works?

Erik Cederstrand

unread,
Jan 14, 2014, 8:56:08 AM1/14/14
to Django Users
Den 14/01/2014 kl. 14.32 skrev Anu Malik <anud...@gmail.com>:

> I'm new in Django,i am not sure how pickling/caching works?

There’s a description of Django caching here: https://docs.djangoproject.com/en/dev/topics/cache/

Django uses the Python pickle module internally: http://docs.python.org/2/library/pickle.html Except for sessions, where JSON serializing is used (from Django 1.6, at least: https://docs.djangoproject.com/en/dev/releases/1.6/#default-session-serialization-switched-to-json).

Erik
Reply all
Reply to author
Forward
0 new messages