summaryrefslogtreecommitdiff
path: root/django/contrib/messages
AgeCommit message (Expand)Author
2013-09-08Removed a ton of unused local varsAlex Gaynor
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-26Fixed #20972 -- Make messages cookie follow session cookie secure/httponlyErik Romijn
2013-08-22Fixed #20922 -- Allowed customizing the serializer used by contrib.sessionsTim Graham
2013-08-20Import test case classes from their public API module.Ramiro Morales
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-17Remove unnecessary and problematic parent class from SuccessMessageMixinPreston Holmes
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-04-03Fix contrib.messages tests for discovery.Carl Meyer
2013-04-02Modified messages to work with unittest2 discovery.Preston Timmons
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Added Burmese languageClaude Paroz
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-19Fixed #16319 -- added SuccessMessageMixin to contrib.messagesPaul Collins
2013-02-26Merged contrib translations from 1.5 branchClaude Paroz
2013-02-04Fixed #17061 -- Factored out importing object from a dotted pathClaude Paroz
2012-12-21Fixed #19387 -- Preserved SafeData status in contrib.messagesClaude Paroz
2012-10-15Updated base translation filesClaude Paroz
2012-09-07Fixed #18781 -- Reduced max session cookie size.Aymeric Augustin
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-07[py3] Fixed access to dict keys/values/items.Aymeric Augustin
2012-07-22[py3] Added Python 3 compatibility for xrange.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-07Fixed #18397 -- Avoided referencing lawrence.com.Aymeric Augustin
2012-06-02Fixed #14478 -- Isolated messages tests from custom TEMPLATE_CONTEXT_PROCESSORSClaude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #18023 -- Removed bundled simplejson.Aymeric Augustin
2012-04-09Fixed #17848 -- Added setting_changed signal for cases when TEMPLATE_CONTEXT_...Claude Paroz
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-23Pulled messages translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the messages translations updates from Transifex. Refs #17822.Jannis Leidel
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-10-25Made some `contrib.messages` tests use `override_settings` for clarity. Thank...Julien Phalip
2011-10-22Fixed #16574 -- Strengthened the `contrib.messages` tests' isolation to avoid...Julien Phalip
2011-10-18Remove all relative imports. We have always been at war with relative imports.Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-04-07Fixed #15757 - removed remaining instances of get_and_delete_messagesLuke Plant
2011-04-02Removed deprecated 'no' translationRussell Keith-Magee
2011-04-02Advanced deprecation of user-based messages and the LegacyFallbackStorage in ...Russell Keith-Magee
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel