mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed settings docs to match list/tuple changes in #24149.
This commit is contained in:
parent
e11a08ee15
commit
70faaccc3e
@ -166,8 +166,8 @@ Django apps. Just follow these conventions:
|
||||
* Setting names are in all uppercase.
|
||||
* Don't reinvent an already-existing setting.
|
||||
|
||||
For settings that are sequences, Django itself uses tuples, rather than lists,
|
||||
but this is only a convention.
|
||||
For settings that are sequences, Django itself uses lists, but this is only
|
||||
a convention.
|
||||
|
||||
.. _settings-without-django-settings-module:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user