summaryrefslogtreecommitdiff
path: root/tests/apps
Commit message (Expand)AuthorAgeFilesLines
* Rewrote some references to "master".Adam Johnson2022-03-081-5/+5
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-1/+4
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-078-128/+151
* Refs #31180 -- Removed default_app_config application configuration variable ...Mariusz Felisiak2021-09-209-145/+2
* Fixed #32285 -- Raised ImproperlyConfigured when AppConfig.label is not a val...Hasan Ramezani2020-12-221-0/+8
* Fixed #31007 -- Allowed specifying type of auto-created primary keys.Tom Forbes2020-12-152-2/+31
* Refs #31180 -- Fixed unreachable assertions in apps tests.Mariusz Felisiak2020-08-111-4/+14
* Fixed #31870 -- Fixed crash when populating app registry with empty or withou...Iuri de Silvio2020-08-104-0/+66
* Fixed #31180 -- Configured applications automatically.Aymeric Augustin2020-07-2118-17/+146
* Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes2019-01-131-0/+3
* Fixed #29768 -- Improved error message when an AppConfig has a typo in INSTAL...Marten Kenbeek2018-09-261-4/+12
* Added test for Apps.get_models() when models_ready=False.Mads Jensen2018-01-301-6/+19
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-2/+4
* Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.Jon Dufresne2017-06-011-4/+4
* Replaced type-specific assertions with assertEqual().Tim Graham2017-03-171-8/+6
* Tested AppConfig.__repr__().Anton Samarchyan2017-01-271-0/+4
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-202-6/+4
* Refs #23919 -- Removed str() conversion of type and method __name__.Simon Charette2017-01-191-8/+8
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-192-2/+2
* Refs #23919 -- Removed six.PY2/PY3 usageClaude Paroz2017-01-181-3/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-183-6/+0
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-3/+3
* Fixed #26616 -- Improved error message when AppConfig.name is invalid.inondle2016-06-021-1/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...Hasan2016-01-291-3/+3
* Added missing period to "etc.".pp2016-01-111-1/+1
* Fixed #25746 -- Isolated inlined test models registration.Simon Charette2016-01-061-2/+3
* Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette2015-11-141-8/+6
* Refs #22789 -- Removed contrib.webdesign per deprecation timeline.Tim Graham2015-09-231-2/+2
* Fixed #25246 -- Guarded against duplicate paths in AppConfig.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 message on fully-qualifi...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 Django source contai...Tim Graham2015-02-171-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.5 compatibilityTim Graham2015-02-032-2/+1
* 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