This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
f6075b0596
django1
/
django
/
contrib
/
sessions
History
Claude Paroz
1e95d5ba82
Updated contrib apps translations
2013-01-15 17:30:18 +01:00
..
backends
[1.5.x]
Fixed
#19356
-- Increased session key entropy.
2012-11-29 16:38:09 +01:00
locale
Updated contrib apps translations
2013-01-15 17:30:18 +01:00
management
[1.5.x]
Fixed
#18194
-- Expiration of file-based sessions
2012-10-28 09:21:56 +01: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
#3881
-- skip saving session when response status is 500
2012-07-16 20:57:55 +03:00
models.py
Fixed
#16225
-- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
2011-07-13 09:35:51 +00:00
tests.py
Fixed
#17083
-- Allowed sessions to use non-default cache.
2012-10-31 09:51:19 +01:00