django1/django/contrib/sessions
Alex Gaynor 20dc647ba8 Fixed a typo, and added an ``__future__`` import to the new signed cookie tets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-26 19:22:53 +00:00
..
backends Fixed #16199 -- Added a Cookie based session backend. Many thanks to Eric Florenzano for his initial work and Florian Apollaner for reviewing. 2011-06-26 17:00:24 +00:00
locale Removed deprecated 'no' translation 2011-04-02 08:43:43 +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 #3304 -- Added support for HTTPOnly cookies. Thanks to arvin for the suggestion, and rodolfo for the draft patch. 2010-11-26 13:30:50 +00:00
models.py Fixed potential circular import problem. 2010-11-14 23:35:16 +00:00
tests.py Fixed a typo, and added an ``__future__`` import to the new signed cookie tets. 2011-06-26 19:22:53 +00:00