mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #21829 -- Added default AppConfigs.
Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion.
This commit is contained in:
parent
29ddae7436
commit
2ff93e027c
36 changed files with 194 additions and 111 deletions
|
@ -1113,7 +1113,7 @@ class ManageCheck(AdminScriptTestCase):
|
|||
apps=[
|
||||
'admin_scripts.complex_app',
|
||||
'admin_scripts.simple_app',
|
||||
'django.contrib.admin',
|
||||
'django.contrib.admin.apps.SimpleAdminConfig',
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue