index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
sessions
/
models.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2015-08-27
Fixed #22634 -- Made the database-backed session backends more extensible.
Sergey Kolosov
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-07-24
Fixed #22849 -- Added Session.__str__()
Nick Sandford
2014-06-16
Added database migration for contrib.sessions.
Tim Graham
2013-11-02
Fixed all E261 warnings
coagulant
2013-08-22
Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
Tim Graham
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2010-11-14
Fixed potential circular import problem.
Luke Plant
2010-11-14
Fixed #14685 - incompatible code in contrib.sessions.models
Luke Plant
2010-10-28
Fixed #14231 -- Added an index to the expire_date column on the Session model...
Russell Keith-Magee
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2008-08-14
Removed some testing code inadvertently commited in [8348].
Gary Wilson Jr
2008-08-14
Fixed #8206 -- Removed validate methods of Model and Model fields. They are a...
Gary Wilson Jr
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-06-23
Several Django styling fixes in the `contrib.sessions` app.
Gary Wilson Jr
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-12-01
Fixed #6081 -- Removed unused code. Thanks, Ben Slavin.
Malcolm Tredinnick
2007-09-25
Fixed #5598 -- Restored needed imports that were removed in [6333]. Thanks, ...
Gary Wilson Jr
2007-09-15
Fixed #2066: session data can now be stored in the cache or on the filesystem...
Jacob Kaplan-Moss
2007-09-15
Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ...
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-15
Fixed #4531 -- Added a bit more randomness to session idents. Thanks, Frank
Malcolm Tredinnick
2007-03-22
Reduced the chances of session object collision. The window of opportunity is
Malcolm Tredinnick
2006-07-20
Fixed formatting of comments.
Russell Keith-Magee
2006-06-20
Fixed #1422 -- Docstring improvements for the models in the admin app. Thanks
Malcolm Tredinnick
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty