summaryrefslogtreecommitdiff
path: root/django/contrib/messages
AgeCommit message (Expand)Author
2015-09-26Used getattr() to simplify contrib.messages.api.Curtis Maloney
2015-09-25Used ternary operator to simplify contrib.messages.api.GhostThrone
2015-03-18Removed translations from contrib.messagesClaude Paroz
2015-02-11Moved contrib.messages tests out of contrib.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-17Updated en translation catalogsClaude Paroz
2015-01-12Accounted for multiple template engines in template responses.Aymeric Augustin
2014-12-28Deprecated TEMPLATE_DIRS.Aymeric Augustin
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
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-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-19Updated translation catalogsClaude Paroz
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-22Fixed #22426 -- Added support old-style d.c.messages format.Florian Apolloner
2014-04-06Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi
2014-04-03Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham
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-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-26Removed a few gratuitous lambdas.Aymeric Augustin
2013-12-24Renamed AppCache to Apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
2013-12-23Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Stop testing for inclusion in INSTALLED_APPS.Aymeric Augustin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-23Fixes #21412 -- Better error message for messages.add_messageDenis Cornehl
2013-11-11Merge pull request #1907 from Bouke/tickets/21388Claude Paroz
2013-11-11Fixed #21421 -- Added level_tag attribute on messages.Sjoerd Langkemper
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-02Fixed all E261 warningscoagulant
2013-11-02More attacking E302 violatorsAlex Gaynor
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-30Fixed #20610: Added a message level dict to contrib.message context processor.Baptiste Mispelon
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-10-23Fixed E225 pep8 warnings.Tim Graham
2013-10-22Fixed E221 pep8 warnings.Tim Graham
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol
2013-10-17Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor