summaryrefslogtreecommitdiff
path: root/django/contrib/sessions
AgeCommit message (Expand)Author
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-13Fixed #23812 -- Changed django.utils.six.moves.xrange imports to rangeMichael Hall
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-09-30Updated translations from TransifexClaude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-20Fetched translations from TransifexClaude Paroz
2014-07-24Fixed #22849 -- Added Session.__str__()Nick Sandford
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-16Added database migration for contrib.sessions.Tim Graham
2014-05-19Updated translation catalogsClaude Paroz
2014-05-11Fixed #20936 -- When logging out/ending a session, don't create a new, empty ...Matt Robenolt
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-02-08Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...Berker Peksag
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-23Fixed #21012 -- New API to access cache backends.Curtis Maloney
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-05Fixed #21000 -- Made cached_db session backend respect SESSION_CACHE_ALIASCHI Cheng
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-30Define the SessionStore inside __init__ instead of process_requestMatt Robenolt
2013-05-25Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation.Preston Holmes
2013-05-19Fix #19664 -- Illegal Characters In Session Key Give Fatal Error On File Back...Erik Romijn
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-03-28Updated translation templatesClaude Paroz
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-24Fixed #9084 - Best approach for an OS to atomically rename the session file.Joeri Bekker
2013-02-23Fixed regression introduced in 146ed13a.Mathijs de Bruin
2012-11-29Fixed #19356 -- Increased session key entropy.Aymeric Augustin
2012-11-06Fixed #19254 -- Bug in SESSION_FILE_PATH handling.Aymeric Augustin
2012-10-31Fixed #17083 -- Allowed sessions to use non-default cache.Aymeric Augustin
2012-10-28Marked cookies-based session expiry test as an expected failure.Aymeric Augustin
2012-10-28Fixed #14093 -- Improved error message in the cache session backend.Aymeric Augustin
2012-10-28Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-27Improved tests introduced in 04b00b6.Aymeric Augustin
2012-10-27Added optional kwargs to get_expiry_age/date.Aymeric Augustin