Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/messages
Commit message (Expand)AuthorAgeFilesLines
* Used getattr() to simplify contrib.messages.api.Curtis Maloney2015-09-271-2/+2
* Used ternary operator to simplify contrib.messages.api.GhostThrone2015-09-251-8/+2
* Removed translations from contrib.messagesClaude Paroz2015-03-18170-2237/+0
* Moved contrib.messages tests out of contrib.Tim Graham2015-02-119-970/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0611-25/+29
* Updated en translation catalogsClaude Paroz2015-01-171-2/+2
* Accounted for multiple template engines in template respo...Aymeric Augustin2015-01-121-4/+5
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-6/+26
* Fixed #23968 -- Replaced list comprehension with generato...Jon Dufresne2014-12-082-3/+3
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-032-7/+7
* Updated translations from TransifexClaude Paroz2014-09-3016-29/+34
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+2
* Fetched translations from TransifexClaude Paroz2014-08-20164-425/+1023
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-032-22/+17
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Updated translation catalogsClaude Paroz2014-05-191-2/+6
* 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-222-0/+25
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-062-3/+3
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-7/+7
* 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-3/+3
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+3
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-061-1/+1
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-5/+9
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Imported override_settings from its new location.Aymeric Augustin2013-12-232-3/+2
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-39/+32
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stop testing for inclusion in INSTALLED_APPS.Aymeric Augustin2013-12-221-27/+26
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+0
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-142-7/+5
* Fixes #21412 -- Better error message for messages.add_mes...Denis Cornehl2013-11-232-0/+60
* Merge pull request #1907 from Bouke/tickets/21388Claude Paroz2013-11-112-0/+0
|\
| * Fixed #21388 -- Corrected language code for FrisianBouke Haarsma2013-11-112-0/+0
* | Fixed #21421 -- Added level_tag attribute on messages.Sjoerd Langkemper2013-11-112-6/+17
|/
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-031-5/+5
* Fixed all E261 warningscoagulant2013-11-022-2/+2
* More attacking E302 violatorsAlex Gaynor2013-11-024-0/+7
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-2/+2
* Fixed #20610: Added a message level dict to contrib.messa...Baptiste Mispelon2013-10-303-1/+21
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-6/+6
* Fixed E221 pep8 warnings.Tim Graham2013-10-221-2/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-5/+5
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21267 -- Fixed E502 pep8 warningsAlasdair Nicol2013-10-181-2/+2
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-182-3/+3
* Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor2013-09-101-2/+2