summaryrefslogtreecommitdiff
path: root/tests/apps
Commit message (Expand)AuthorAgeFilesLines
* Fixed flake8 warning.Tim Graham2014-10-221-0/+1
* Improved warning message when reloading models. Refs #23621.Loic Bistuer2014-10-231-1/+4
* Fixed #23621 -- Warn for duplicate models when a module is reloaded.Loic Bistuer2014-10-231-0/+36
* Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin2014-09-082-0/+9
* Removed unnecessary absolute_imports.Tim Graham2014-08-251-1/+1
* Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer2014-01-271-1/+66
* Fixed some missing/extraneous new line warnings.Simon Charette2014-01-262-1/+1
* Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin2014-01-261-2/+27
* Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer2014-01-251-14/+4
* Fixed #17304 -- Allow single-path and configured-path namespace packages as a...Carl Meyer2014-01-253-0/+75
* 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