django1/django/contrib/sessions
Malcolm Tredinnick 4c0d8d882d Fixed #4729 -- Restored functionality to the Session class so that popping a
value marks it as modified. This was accidentally lost in the changes in
[6333]. Thanks, __hawkeye__.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6558 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-20 10:12:59 +00:00
..
backends Fixed #4729 -- Restored functionality to the Session class so that popping a 2007-10-20 10:12:59 +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 #4724 -- Added support for configurable session cookie paths. Helps with 2007-10-20 05:13:56 +00:00
models.py Fixed #5598 -- Restored needed imports that were removed in [6333]. Thanks, gav. 2007-09-25 23:16:11 +00:00
tests.py Fixed #4729 -- Restored functionality to the Session class so that popping a 2007-10-20 10:12:59 +00:00