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
/
tests.py
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.sessions tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-29
Fixed #24223 -- Prevented a session test from leaking.
Matt
2015-01-19
Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+
Tim Graham
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-03
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-07-24
Fixed #22849 -- Added Session.__str__()
Nick Sandford
2014-05-11
Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...
Matt Robenolt
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-02
Fixed all E261 warnings
coagulant
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-05
Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIAS
CHI Cheng
2013-08-22
Fixed #20922 -- Allowed customizing the serializer used by contrib.sessions
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-25
Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.
Preston Holmes
2013-05-19
Fix #19664 -- Illegal Characters In Session Key Give Fatal Error On File Back...
Erik Romijn
2013-02-23
Fixed regression introduced in 146ed13a.
Mathijs de Bruin
2012-10-31
Fixed #17083 -- Allowed sessions to use non-default cache.
Aymeric Augustin
2012-10-28
Marked cookies-based session expiry test as an expected failure.
Aymeric Augustin
2012-10-28
Fixed #18194 -- Expiration of file-based sessions
Aymeric Augustin
2012-10-27
Improved tests introduced in 04b00b6.
Aymeric Augustin
2012-10-27
Added optional kwargs to get_expiry_age/date.
Aymeric Augustin
2012-10-27
Fixed #19200 -- Session expiry with cached_db
Aymeric Augustin
2012-09-21
Fixed #10853 -- Skipped some sessions tests with dummy cache backend
Claude Paroz
2012-09-08
Adjust d7853c5 to not show ignorable warnings when running tests.
Malcolm Tredinnick
2012-09-08
Remove a couple unused imports.
Carl Meyer
2012-09-08
Removed warning check in test_load_overlong_key
Claude Paroz
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-16
Fixed #3881 -- skip saving session when response status is 500
Anssi Kääriäinen
2012-05-03
Inserted more simplefilter calls to be sure warnings are emitted.
Claude Paroz
2012-05-03
Made warning assertions work with or without -Wall python switch
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-23
Fixed #17810. Catch session key errors.
Paul McMillan
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-11-27
Optimized the cached_db session backend to check if a key exists in the cache...
Aymeric Augustin
2011-11-27
Fixed #11555 -- Made SessionBase.session_key read-only. Cleaned up code sligh...
Aymeric Augustin
2011-11-22
Improved the test for #16847.
Paul McMillan
2011-11-21
Fixed Python 2.5 test failure introduced in r17135.
Paul McMillan
2011-11-21
Fixed #16847. Session Cookies now default to httponly = True.
Paul McMillan
2011-11-20
Upgraded django.contrib.sessions to be compatible with time zone support.
Aymeric Augustin
[next]