diff --git a/docs/topics/http/sessions.txt b/docs/topics/http/sessions.txt index fb86a98ed9..091b8892be 100644 --- a/docs/topics/http/sessions.txt +++ b/docs/topics/http/sessions.txt @@ -165,6 +165,10 @@ You can edit it multiple times. Example: ``fav_color = request.session.get('fav_color', 'red')`` + .. method:: pop(key) + + Example: ``fav_color = request.session.pop('fav_color')`` + .. method:: keys .. method:: items