summaryrefslogtreecommitdiff
path: root/django/contrib/sessions
AgeCommit message (Expand)Author
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-04Refs #21608 -- Fixed incorrect cache key in cache session backend's save().Jon Dufresne
2016-02-26Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent...Tore Lundqvist
2015-12-31Removed British/Austrialian word: whilist.Tim Graham
2015-12-01Pulled contrib translations from TransifexClaude Paroz
2015-10-17Fixed #25558 -- Fixed nondeterministic test failure on Windows: test_clearses...Brian Gianforcaro
2015-10-03Fixed #22938 -- Allowed clearsessions to remove file-based sessions.Aleksandra Tarkowska
2015-09-12Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-08-18Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-07-08Fixed #19324 -- Avoided creating a session record when loading the session.Carl Meyer
2015-06-06Fixed #24915 -- Added stricter session key validationDavid Bannon
2015-05-20Fixed incorrect session.flush() in cached_db session backend.Tim Graham
2015-05-15Fixed #24799 -- Fixed session cookie deletion when using SESSION_COOKIE_DOMAINBo Lopker
2015-05-13Removed unnecessary arguments in .get method callsPiotr Jakimiak
2015-04-30Updated translations from TransifexClaude Paroz
2015-04-13Fixed #24621 -- Fixed and documented SessionBase.pop's second argumentAdam Zapletal
2015-04-01Fetched updated contrib translations from TransifexClaude Paroz
2015-03-12Fixed #24468 -- Made signed cookies cache backend resilient to unpickling exc...Tim Graham
2015-02-11Moved contrib.sessions tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-29Fixed #24223 -- Prevented a session test from leaking.Matt
2015-01-19Fixed #24153 -- Fixed cookie test compatibility with Python 3.4.3+Tim Graham
2015-01-17Updated en translation catalogsClaude Paroz
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