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
Age
Commit message (
Expand
)
Author
2015-04-01
[1.8.x] Fetched updated contrib translations from Transifex
Claude Paroz
2015-02-11
[1.8.x] Moved contrib.sessions tests out of contrib.
Tim Graham
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-29
[1.8.x] Fixed #24223 -- Prevented a session test from leaking.
Matt
2015-01-19
[1.8.x] Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+
Tim Graham
2015-01-17
[1.8.x] Updated en translation catalogs
Claude Paroz
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
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-30
Updated translations from Transifex
Claude Paroz
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-20
Fetched translations from Transifex
Claude Paroz
2014-07-24
Fixed #22849 -- Added Session.__str__()
Nick Sandford
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-06-16
Added database migration for contrib.sessions.
Tim Graham
2014-05-19
Updated translation catalogs
Claude Paroz
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
2014-03-06
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-05
Fixed #21675 -- Added app configs for contrib apps.
Aymeric Augustin
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-11
Fixed #21388 -- Corrected language code for Frisian
Bouke Haarsma
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-30
Fixed #21134 -- Prevented queries in broken transactions.
Aymeric Augustin
2013-09-10
Fixed #20841 -- Added messages to NotImplementedErrors
Gregor MacGregor
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-29
Deprecated django.utils.importlib
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-30
Define the SessionStore inside __init__ instead of process_request
Matt Robenolt
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-05-02
Updated translation templates and removed en translations
Claude Paroz
2013-03-28
Updated translation templates
Claude Paroz
2013-03-11
Deprecated transaction.commit/rollback_unless_managed.
Aymeric Augustin
2013-02-26
Merged contrib translations from 1.5 branch
Claude Paroz
2013-02-24
Fixed #9084 - Best approach for an OS to atomically rename the session file.
Joeri Bekker
2013-02-23
Fixed regression introduced in 146ed13a.
Mathijs de Bruin
2012-11-29
Fixed #19356 -- Increased session key entropy.
Aymeric Augustin
2012-11-06
Fixed #19254 -- Bug in SESSION_FILE_PATH handling.
Aymeric Augustin
[next]