Adrian Holovaty
|
29f0e8182f
|
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the codebase. Thanks, julien
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-07-22 03:24:09 +00:00 |
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 |
Jacob Kaplan-Moss
|
8d4f79a799
|
Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Upadhyay and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7586 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-06-07 20:28:06 +00:00 |
Malcolm Tredinnick
|
041e24dbde
|
Fixed a subtle corner case whereby sending a bad session ID generates new (unused) session entries in the database table.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2008-01-06 12:53:09 +00:00 |
Jacob Kaplan-Moss
|
bcf7e9a9fe
|
Fixed #2066: session data can now be stored in the cache or on the filesystem. This should be fully backwards-compatible (the database cache store is still the default). A big thanks to John D'Agostino for the bulk of this code.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-15 21:29:14 +00:00 |