summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-12-02 15:27:29 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-12-02 15:27:29 +0000
commit49da9ab57e61e8b6d14ea72b5256555cb5c41cb5 (patch)
treee5a03375d86d930748235ce60de393ee2b2451f9 /docs
parentf610269006255b7df0ea9dc511381cb781d84123 (diff)
Fixed #6087 -- Added setdefault() support to the Session object. Thanks, Ben
Slavin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6831 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/sessions.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sessions.txt b/docs/sessions.txt
index 96e8d36854..eddc3f174a 100644
--- a/docs/sessions.txt
+++ b/docs/sessions.txt
@@ -99,6 +99,8 @@ It implements the following standard dictionary methods:
* ``items()``
+ * ``setdefault()``
+
It also has these three methods:
* ``set_test_cookie()``