Added 'New in Django development version' note to docs/sessions.txt setdefault() change from [6831]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-12-19 03:29:16 +00:00
parent 133aa5eb4b
commit fde7e1c861
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ It implements the following standard dictionary methods:
* ``items()``
* ``setdefault()``
* ``setdefault()`` (**New in Django development version**)
It also has these three methods: