diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/sessions.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sessions.txt b/docs/sessions.txt index d3d1873a9a..6a208a1461 100644 --- a/docs/sessions.txt +++ b/docs/sessions.txt @@ -50,6 +50,12 @@ It implements the following standard dictionary methods: * ``get(key, default=None)`` Example: ``fav_color = request.session.get('fav_color', 'red')`` + * ``keys()`` + **New in Django development version.** + + * ``items()`` + **New in Django development version.** + It also has these three methods: * ``set_test_cookie()`` |
