summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D Lowe <daviddlowe.flimm@gmail.com>2016-05-02 18:27:41 +0100
committerTim Graham <timograham@gmail.com>2016-05-03 12:53:24 -0400
commitc9c5ccbd413332aafb45c47749fb6e8ede70eef4 (patch)
tree2c5d16b3795b3b59c02625a9545cd9d0e533e8ba
parentead21a1949e408cf37226049559d0e71e3fdff6d (diff)
Clarified that setting names must be uppercase.
-rw-r--r--docs/topics/settings.txt4
1 files 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