django1/django/contrib/sessions
Gary Wilson Jr 5db4d60215 Several Django styling fixes in the `contrib.sessions` app.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-23 05:08:07 +00:00
..
backends Several Django styling fixes in the `contrib.sessions` app. 2008-06-23 05:08:07 +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 Several Django styling fixes in the `contrib.sessions` app. 2008-06-23 05:08:07 +00:00
models.py Several Django styling fixes in the `contrib.sessions` app. 2008-06-23 05:08:07 +00:00
tests.py Fixed #7429 -- Modified the Session base class a little more dictionary-like by adding update(), has_key(), values(), and iterator access methods. Thanks to Jeremy Dunck for the suggestion and patch. 2008-06-18 12:07:46 +00:00