mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
This change is needed for upcoming changes where settings might be grouped in a parent dictionary. Thanks Tim Graham for the review.
This commit is contained in:
parent
05a8cef428
commit
66757fee7e
9 changed files with 123 additions and 5 deletions
|
@ -196,7 +196,7 @@ class ExecutorTests(MigrationTestBase):
|
|||
@override_settings(
|
||||
MIGRATION_MODULES={
|
||||
"migrations": "migrations.test_migrations_custom_user",
|
||||
"django.contrib.auth": "django.contrib.auth.migrations",
|
||||
"auth": "django.contrib.auth.migrations",
|
||||
},
|
||||
AUTH_USER_MODEL="migrations.Author",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue