Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/messages/storage
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-5/+6
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-081-2/+2
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner2014-04-221-0/+3
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-3/+3
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-5/+9
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-1/+1
* Fixed #21421 -- Added level_tag attribute on messages.Sjoerd Langkemper2013-11-111-6/+8
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-022-0/+2
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-2/+2
* Fixed #20989 -- Removed useless explicit list comprehensi...Simon Charette2013-08-301-2/+2
* Fixed #20972 -- Make messages cookie follow session cooki...Erik Romijn2013-08-261-1/+3
* Fixed #20922 -- Allowed customizing the serializer used b...Tim Graham2013-08-221-2/+15
* Fixed #17061 -- Factored out importing object from a dott...Claude Paroz2013-02-041-24/+1
* Fixed #19387 -- Preserved SafeData status in contrib.mess...Claude Paroz2012-12-211-2/+7
* Fixed #18781 -- Reduced max session cookie size.Aymeric Augustin2012-09-081-4/+4
* [py3] Refactored __unicode__ to __str__.Aymeric Augustin2012-08-121-3/+4
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-7/+7
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-1/+3
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-1/+1
* Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin2012-04-291-1/+2
* Fixed #16225 -- Removed unused imports. Many thanks to Ay...Jannis Leidel2011-07-131-1/+0
* Advanced deprecation of user-based messages and the Legac...Russell Keith-Magee2011-04-021-64/+0
* Fixed #15618 -- Fixed regression introduced in r15848 reg...Jannis Leidel2011-03-201-1/+2
* Fixed #15618 -- CookieStorage storage in messages framewo...Adrian Holovaty2011-03-161-1/+2
* Rationalised CompatCookie/SimpleCookie into single Simple...Luke Plant2011-01-241-3/+3
* Fixed #14445 - Use HMAC and constant-time comparison func...Luke Plant2010-10-141-6/+4
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-5/+0
* Small optimization on r12285Luke Plant2010-01-251-1/+2
* Reduced CookieStorage.max_cookie_size to 75% of 4K to be ...Luke Plant2010-01-241-2/+6
* Made CookieStorage account for the overhead added by the ...Luke Plant2010-01-241-1/+6
* Fixed #12362 -- Corrected Python 2.4 incompatibility with...Russell Keith-Magee2009-12-121-3/+2
* Fixed #4604 - Configurable message passing system, suppor...Luke Plant2009-12-096-0/+511