diff options
| author | Sébastien Fievet <zyegfryed@gmail.com> | 2014-09-09 16:00:01 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-09 10:05:28 -0400 |
| commit | 987fce90bfa9bbbe4279fa8cd547eaa6319d157b (patch) | |
| tree | 900ef3f5a5eaf0ee38283f8747eb8f63119e5156 /docs | |
| parent | 84b50718abf1cd9883e39faff6aa7fc59fd5b75d (diff) | |
[1.7.x] Fixed missing trailing parenthesis in docs/releases/1.7.txt
Backport of e5ae03fd5a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 38f2376d39..468f25330f 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. |
