Chris McDonough
2015-07-29 acef960041ed25aa335feafacc7061ffd6d58b5e
Merge branch 'master' of github.com:Pylons/pyramid
1 files modified
2 ■■■ changed files
docs/narr/assets.rst 2 ●●● patch | view | raw | blame | history
docs/narr/assets.rst
@@ -390,7 +390,7 @@
When the asset changes, so will its md5 checksum, and therefore so will its
URL.  Supplying the ``cachebust`` argument also causes the static view to set
headers instructing clients to cache the asset for ten years, unless the
``max_cache_age`` argument is also passed, in which case that value is used.
``cache_max_age`` argument is also passed, in which case that value is used.
.. note::