summaryrefslogtreecommitdiff
path: root/tests/apps/apps.py
AgeCommit message (Expand)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2014-01-24Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.Carl Meyer
2013-12-31Enforced unicity of app labels.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-27Fixed a couple flake8 warnings.Aymeric Augustin
2013-12-26Added file forgotten in previous commit, plus one more test.Aymeric Augustin