summaryrefslogtreecommitdiff
path: root/tests/apps/apps.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.Carl Meyer2014-01-241-0/+1
* Enforced unicity of app labels.Aymeric Augustin2013-12-311-0/+4
* Made it possible to change an application's label in its configuration.Aymeric Augustin2013-12-311-0/+5
* Fixed a couple flake8 warnings.Aymeric Augustin2013-12-271-2/+0
* Added file forgotten in previous commit, plus one more test.Aymeric Augustin2013-12-261-0/+27