django1/django/contrib/sessions
Malcolm Tredinnick 4c53116144 Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-21 04:03:53 +00:00
..
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
middleware.py Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson. 2007-05-21 04:03:53 +00:00
models.py Reduced the chances of session object collision. The window of opportunity is 2007-03-22 02:20:33 +00:00
tests.py Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson. 2007-05-21 04:03:53 +00:00