summaryrefslogtreecommitdiff
path: root/django/contrib/messages
AgeCommit message (Expand)Author
2011-03-20Fixed #15618 -- Fixed regression introduced in r15848 regarding not properly ...Jannis Leidel
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-17Fixed #15142 -- Force test views to be non-cached so that projects with cachi...Russell Keith-Magee
2011-03-16Fixed #15618 -- CookieStorage storage in messages framework now honors SESSIO...Adrian Holovaty
2011-03-15Pulled messages translation updates from Transifex.Jannis Leidel
2011-03-04Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel
2011-03-04Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-01Updated messages translations from transifex.net. Refs #15300.Jannis Leidel
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-02-04Fixed #15016 -- Ensured that the messages tests are isolated from local templ...Russell Keith-Magee
2011-01-24Rationalised CompatCookie/SimpleCookie into single SimpleCookie class with al...Luke Plant
2011-01-21Added new translation files to messages contrib app.Jannis Leidel
2010-12-07Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Than...Russell Keith-Magee
2010-11-13Fixed #14632 -- Skip a messages test if auth app is not in INSTALLED_APPS. Th...Jannis Leidel
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-03-21Fixed #13170: Make get_level and set_level importable from django.contrib.mes...Karen Tracey
2010-01-25Small optimization on r12285Luke Plant
2010-01-24Reduced CookieStorage.max_cookie_size to 75% of 4K to be nice to Internet Exp...Luke Plant
2010-01-23Made CookieStorage account for the overhead added by the underlying cookie en...Luke Plant
2010-01-12Fixed #12588 - test failure since r12207Luke Plant
2010-01-12Fixed #12575 - created a better interface for getting/setting the effective ...Luke Plant
2009-12-13Fixed #12368: Fixed order-dependent messages test that was failing on MySQL/M...Karen Tracey
2009-12-12Fixed #12362 -- Corrected Python 2.4 incompatibility with hmac constructor in...Russell Keith-Magee
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant