summaryrefslogtreecommitdiff
path: root/tests/apps/tests.py
AgeCommit message (Expand)Author
2025-09-19Fixed #36369 -- Cleared additional cached properties in apps.clear_cache().Senthil Kumar
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2023-09-25Fixed #34849 -- Avoided raising RuntimeWarning about import-time queries when...David Sanders
2023-08-21Fixed #33143 -- Raised RuntimeWarning when performing import-time queries.Florian Zimmermann
2023-06-30Fixed #34687 -- Made Apps.clear_cache() clear get_swappable_settings_name() c...sobolevn
2022-03-08Rewrote some references to "master".Adam Johnson
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-20Refs #31180 -- Removed default_app_config application configuration variable ...Mariusz Felisiak
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