mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #24149 -- Normalized tuple settings to lists.
This commit is contained in:
parent
570912a97d
commit
9ec8aa5e5d
120 changed files with 612 additions and 616 deletions
|
@ -48,7 +48,7 @@ class RequestContextProcessorTests(TestCase):
|
|||
|
||||
@override_settings(
|
||||
DEBUG=True,
|
||||
INTERNAL_IPS=('127.0.0.1',),
|
||||
INTERNAL_IPS=['127.0.0.1'],
|
||||
ROOT_URLCONF='context_processors.urls',
|
||||
TEMPLATES=[{
|
||||
'BACKEND': 'django.template.backends.django.DjangoTemplates',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue