mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Revert "Fixed #23384 -- Allowed overriding part of a dictionary-type setting"
This reverts commit 66757fee7e
.
Discussions have led to think that this functionality does not
bring significant benefits to justify the added complexity.
Read also discussions on ticket #22734.
This commit is contained in:
parent
5d04433903
commit
885ff6845e
9 changed files with 5 additions and 123 deletions
|
@ -196,7 +196,7 @@ class ExecutorTests(MigrationTestBase):
|
|||
@override_settings(
|
||||
MIGRATION_MODULES={
|
||||
"migrations": "migrations.test_migrations_custom_user",
|
||||
"auth": "django.contrib.auth.migrations",
|
||||
"django.contrib.auth": "django.contrib.auth.migrations",
|
||||
},
|
||||
AUTH_USER_MODEL="migrations.Author",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue