summaryrefslogtreecommitdiff
path: root/tests/apps
AgeCommit message (Expand)Author
2020-12-22Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...Hasan Ramezani
2020-12-15Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes
2020-08-11Refs #31180 -- Fixed unreachable assertions in apps tests.Mariusz Felisiak
2020-08-10Fixed #31870 -- Fixed crash when populating app registry with empty or withou...Iuri de Silvio
2020-07-21Fixed #31180 -- Configured applications automatically.Aymeric Augustin
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2018-09-26Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTAL...Marten Kenbeek
2018-01-30Added test for Apps.get_models() when models_ready=False.Mads Jensen
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-06-01Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne
2017-03-17Replaced type-specific assertions with assertEqual().Tim Graham
2017-01-27Tested AppConfig.__repr__().Anton Samarchyan
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-19Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-06-02Fixed #26616 -- Improved error message when AppConfig.name is invalid.inondle
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan
2016-01-11Added missing period to "etc.".pp
2016-01-06Fixed #25746 -- Isolated inlined test models registration.Simon Charette
2015-11-14Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette
2015-09-23Refs #22789 -- Removed contrib.webdesign per deprecation timeline.Tim Graham
2015-09-02Fixed #25246 -- Guarded against duplicate paths in AppConfig.Caio Ariede
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-06-30Refs #23621 -- Fixed warning message when reloading models.Marten Kenbeek
2015-06-18Removed support for Python 3.3.Tim Graham
2015-05-22Fixed #24776 -- Improved apps.get_app_config() error message on fully-qualifi...Peter Inglesby
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-25Fixed #24215 -- Refactored lazy model operationsAlex Hill
2015-02-17Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...Tim Graham
2015-02-08Added check_apps_ready() to Apps.get_containing_app_config()Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-03Refactored tests that rely on an ImportError for Python 3.5 compatibilityTim Graham
2014-10-22Fixed flake8 warning.Tim Graham
2014-10-23Improved warning message when reloading models. Refs #23621.Loic Bistuer
2014-10-23Fixed #23621 -- Warn for duplicate models when a module is reloaded.Loic Bistuer
2014-09-08Fixed #22920 -- Avoid masking some exceptions.Aymeric Augustin
2014-08-25Removed unnecessary absolute_imports.Tim Graham
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-26Fixed some missing/extraneous new line warnings.Simon Charette
2014-01-26Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin
2014-01-25Moved sys.path-extending decorator to django.test.utils and used throughout t...Carl Meyer
2014-01-25Fixed #17304 -- Allow single-path and configured-path namespace packages as a...Carl Meyer
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-24Fixed #21871 -- Fixed Apps.is_installed() for apps with custom label.Carl Meyer
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2013-12-31Enforced unicity of app labels.Aymeric Augustin