mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +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
|
@ -721,8 +721,7 @@ class CustomLayoutExtractionTests(ExtractorTests):
|
|||
management.call_command('makemessages', locale=LOCALE, verbosity=0)
|
||||
|
||||
@override_settings(
|
||||
LOCALE_PATHS=(os.path.join(
|
||||
this_directory, 'project_dir', 'project_locale'),)
|
||||
LOCALE_PATHS=[os.path.join(this_directory, 'project_dir', 'project_locale')],
|
||||
)
|
||||
def test_project_locale_paths(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue