summaryrefslogtreecommitdiff
path: root/tests/apps
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-253-0/+12
* Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.Carl Meyer2014-01-242-0/+2
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-061-4/+4
* Enforced unicity of app labels.Aymeric Augustin2013-12-312-0/+15
* Made it possible to change an application's label in its configuration.Aymeric Augustin2013-12-312-0/+9
* Removed the only_with_models_module argument of get_model[s].Aymeric Augustin2013-12-301-23/+0
* Populated Apps instances immediately by default.Aymeric Augustin2013-12-302-14/+5
* Deprecated the app argument of apps.get_models.Aymeric Augustin2013-12-291-5/+2
* Changed get_model to raise an exception on errors.Aymeric Augustin2013-12-281-2/+6
* Populated non-master app registries.Aymeric Augustin2013-12-281-2/+4
* Fixed a couple flake8 warnings.Aymeric Augustin2013-12-272-3/+0
* Added a test for Apps.has_app.Aymeric Augustin2013-12-261-0/+6
* Added file forgotten in previous commit, plus one more test.Aymeric Augustin2013-12-262-1/+32
* Added tests for invalid values of INSTALLED_APPS.Aymeric Augustin2013-12-261-0/+34
* Added basic tests for get_app_config[s].Aymeric Augustin2013-12-262-4/+72
* Turned apps.ready into a property. Added tests.Aymeric Augustin2013-12-261-7/+23
* Renamed AppCache to Apps.Aymeric Augustin2013-12-243-0/+68