Groups
Groups
Sign in
Groups
Groups
Django users
Conversations
About
Send feedback
Help
New in Django
27 views
Skip to first unread message
Anu Malik
unread,
Jan 14, 2014, 8:32:23 AM
1/14/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
1/14/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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