From c9c5ccbd413332aafb45c47749fb6e8ede70eef4 Mon Sep 17 00:00:00 2001 From: David D Lowe Date: Mon, 2 May 2016 18:27:41 +0100 Subject: [PATCH] Clarified that setting names must be uppercase. --- docs/topics/settings.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/settings.txt b/docs/topics/settings.txt index 8b14d3ba52..25b3f94fe3 100644 --- a/docs/topics/settings.txt +++ b/docs/topics/settings.txt @@ -161,9 +161,9 @@ Creating your own settings ========================== There's nothing stopping you from creating your own settings, for your own -Django apps. Just follow these conventions: +Django apps. Just follow these guidelines: -* Setting names are in all uppercase. +* Setting names must be all uppercase. * Don't reinvent an already-existing setting. For settings that are sequences, Django itself uses lists, but this is only