From b5abb04c0d7b6ba26ceaa0f0fc4a9f53e06f78d5 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 26 Aug 2018 05:11:42 -0400 Subject: [PATCH] The official config filename is config.yml. Interpret ALLOWED_HOSTS as YAML. Signed-off-by: Roberto Rosario --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index f1707d5100..30b08f9f78 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -114,6 +114,8 @@ are no results available. - Add a new column to settings showing if they are overrided via environment variable. +- The official config filename is config.yml. +- Interpret ALLOWED_HOSTS as YAML. 3.0.3 (2018-08-17)