summaryrefslogtreecommitdiff
path: root/django/contrib/sessions/models.py
AgeCommit message (Expand)Author
2008-08-14Removed some testing code inadvertently commited in [8348].Gary Wilson Jr
2008-08-14Fixed #8206 -- Removed validate methods of Model and Model fields. They are a...Gary Wilson Jr
2008-08-02Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...Gary Wilson Jr
2008-06-23Several Django styling fixes in the `contrib.sessions` app.Gary Wilson Jr
2008-02-19Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).Malcolm Tredinnick
2007-12-01Fixed #6081 -- Removed unused code. Thanks, Ben Slavin.Malcolm Tredinnick
2007-09-25Fixed #5598 -- Restored needed imports that were removed in [6333]. Thanks, ...Gary Wilson Jr
2007-09-15Fixed #2066: session data can now be stored in the cache or on the filesystem...Jacob Kaplan-Moss
2007-09-15Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ...Malcolm Tredinnick
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-15Fixed #4531 -- Added a bit more randomness to session idents. Thanks, FrankMalcolm Tredinnick
2007-03-22Reduced the chances of session object collision. The window of opportunity isMalcolm Tredinnick
2006-07-20Fixed formatting of comments.Russell Keith-Magee
2006-06-20Fixed #1422 -- Docstring improvements for the models in the admin app. ThanksMalcolm Tredinnick
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty