From e5ae03fd5a887a7038fb6878ffeec85b92829d1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fievet?= Date: Tue, 9 Sep 2014 16:00:01 +0200 Subject: [PATCH] Fixed missing trailing parenthesis in docs/releases/1.7.txt --- docs/releases/1.7.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 08ea56bc3a..6e8eb519e5 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -519,7 +519,7 @@ Minor features that doesn't use the cache system at all but instead a JSON file called ``staticfiles.json`` for storing the mapping between the original file name (e.g. ``css/styles.css``) and the hashed file name (e.g. - ``css/styles.55e7cbb9ba48.css``. The ``staticfiles.json`` file is created + ``css/styles.55e7cbb9ba48.css``). The ``staticfiles.json`` file is created when running the :djadmin:`collectstatic` management command and should be a less expensive alternative for remote storages such as Amazon S3.