Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/apps
Commit message (Expand)AuthorAgeFilesLines
* Refs #22789 -- Removed contrib.webdesign per deprecation ...Tim Graham2015-09-241-2/+2
* Fixed #25246 -- Guarded against duplicate paths in AppCon...Caio Ariede2015-09-021-0/+8
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek2015-06-301-1/+1
* Removed support for Python 3.3.Tim Graham2015-06-181-4/+1
* Fixed #24776 -- Improved apps.get_app_config() error mess...Peter Inglesby2015-05-221-0/+4
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-4/+4
* Fixed #24215 -- Refactored lazy model operationsAlex Hill2015-03-251-0/+38
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-1/+1
* Added check_apps_ready() to Apps.get_containing_app_config()Tim Graham2015-02-081-1/+13
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-6/+4
* Refactored tests that rely on an ImportError for Python 3...Tim Graham2015-02-042-2/+1
* Fixed flake8 warning.Tim Graham2014-10-231-0/+1
* Improved warning message when reloading models. Refs #23621.Loic Bistuer2014-10-221-1/+4
* Fixed #23621 -- Warn for duplicate models when a module i...Loic Bistuer2014-10-221-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 fil...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 a...Carl Meyer2014-01-261-14/+4
* Fixed #17304 -- Allow single-path and configured-path nam...Carl Meyer2014-01-263-0/+75
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-253-0/+12
* Fixed #21871 -- Fixed Apps.is_installed() for apps with c...Carl Meyer2014-01-252-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 ...Aymeric Augustin2013-12-312-0/+9
* Removed the only_with_models_module argument of get_model...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