Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sessions
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25558 -- Fixed nondeterministic test failure on Wi...Brian Gianforcaro2015-10-171-1/+1
* Fixed #22938 -- Allowed clearsessions to remove file-base...Aleksandra Tarkowska2015-10-031-3/+10
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Fixed #22634 -- Made the database-backed session backends...Sergey Kolosov2015-08-276-66/+107
* Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham2015-08-181-1/+1
* Fixed #19324 -- Avoided creating a session record when lo...Carl Meyer2015-07-084-8/+12
* Fixed #24915 -- Added stricter session key validationDavid Bannon2015-06-071-1/+18
* Fixed incorrect session.flush() in cached_db session back...Tim Graham2015-05-201-1/+1
* Fixed #24799 -- Fixed session cookie deletion when using ...Bo Lopker2015-05-151-1/+2
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-133-3/+3
* Updated translations from TransifexClaude Paroz2015-04-302-3/+4
* Fixed #24621 -- Fixed and documented SessionBase.pop's se...Adam Zapletal2015-04-131-2/+2
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01166-719/+222
* Fixed #24468 -- Made signed cookies cache backend resilie...Tim Graham2015-03-121-1/+3
* Moved contrib.sessions tests out of contrib.Tim Graham2015-02-111-634/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0612-32/+33
* Fixed #24223 -- Prevented a session test from leaking.Matt2015-01-291-2/+3
* Fixed #24153 -- Fixed cookie test compatibility with Pyth...Tim Graham2015-01-191-2/+3
* Updated en translation catalogsClaude Paroz2015-01-171-6/+6
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-12/+9
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-152-0/+6
* Fixed #23812 -- Changed django.utils.six.moves.xrange imp...Michael Hall2014-12-131-2/+2
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-1/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-1/+1
* Updated translations from TransifexClaude Paroz2014-09-3014-22/+27
* Limited lines to 119 characters in django/Tim Graham2014-09-052-4/+13
* Fetched translations from TransifexClaude Paroz2014-08-20164-681/+1525
* Fixed #22849 -- Added Session.__str__()Nick Sandford2014-07-242-0/+16
* Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte2014-06-191-3/+3
* Added database migration for contrib.sessions.Tim Graham2014-06-163-0/+29
* Updated translation catalogsClaude Paroz2014-05-191-6/+10
* Fixed #20936 -- When logging out/ending a session, don't ...Matt Robenolt2014-05-124-23/+58
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22070 -- Changed verbose_name for apps in django.c...James Jenkins2014-03-071-1/+1
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-2/+2
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+1
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed #21012 -- New API to access cache backends.Curtis Maloney2013-11-233-9/+10
* Fixed #21388 -- Corrected language code for FrisianBouke Haarsma2013-11-112-0/+0
* Fixed all E261 warningscoagulant2013-11-022-2/+2
* More attacking E302 violatorsAlex Gaynor2013-11-024-0/+5
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin2013-09-301-3/+2
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-6/+6
* Fixed a number of flake8 errors -- particularly around un...Alex Gaynor2013-09-071-4/+0
* Fixed #21000 -- Made cached_db session backend respect SE...CHI Cheng2013-09-052-6/+14
* Fixed #20922 -- Allowed customizing the serializer used b...Tim Graham2013-08-225-47/+51