mirror of
https://github.com/django/django.git
synced 2025-08-02 10:02:41 +00:00
Fixed missing trailing parenthesis in docs/releases/1.7.txt
This commit is contained in:
parent
c7f7432be5
commit
e5ae03fd5a
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ Minor features
|
||||||
that doesn't use the cache system at all but instead a JSON file called
|
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
|
``staticfiles.json`` for storing the mapping between the original file name
|
||||||
(e.g. ``css/styles.css``) and the hashed file name (e.g.
|
(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
|
when running the :djadmin:`collectstatic` management command and should
|
||||||
be a less expensive alternative for remote storages such as Amazon S3.
|
be a less expensive alternative for remote storages such as Amazon S3.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue