django1/django/contrib/sessions
Carl Meyer b8a8066ac4 Fixed duplicate-named contrib.sessions tests, and removed unused import (cleanup from doctest conversion).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15377 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-01-31 18:37:28 +00:00
..
backends Fixed potential circular import problem. 2010-11-14 23:35:16 +00:00
locale Added new translation files to sessions contrib app. 2011-01-21 19:19:44 +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 duplicate-named contrib.sessions tests, and removed unused import (cleanup from doctest conversion). 2011-01-31 18:37:28 +00:00