diff options
| author | Chris Rossi <chris@archimedeanco.com> | 2014-07-24 17:13:08 -0400 |
|---|---|---|
| committer | Chris Rossi <chris@archimedeanco.com> | 2014-07-24 17:13:08 -0400 |
| commit | 15b979413c700fbc289328b25aaa4ba1c4cbdda9 (patch) | |
| tree | e9ed97a79517d212624e90f2efdc72be04afd859 /docs/narr/environment.rst | |
| parent | 4d32f73a86e7223dbdb96b39193d357b38ea1a13 (diff) | |
| download | pyramid-15b979413c700fbc289328b25aaa4ba1c4cbdda9.tar.gz pyramid-15b979413c700fbc289328b25aaa4ba1c4cbdda9.tar.bz2 pyramid-15b979413c700fbc289328b25aaa4ba1c4cbdda9.zip | |
cachebuster -> cachebust
Diffstat (limited to 'docs/narr/environment.rst')
| -rw-r--r-- | docs/narr/environment.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/narr/environment.rst b/docs/narr/environment.rst index 7e2f19278..a81ad19af 100644 --- a/docs/narr/environment.rst +++ b/docs/narr/environment.rst @@ -161,7 +161,7 @@ feature when this is true. Preventing Cache Busting ------------------------ -Prevent the ``cachebuster`` static view configuration argument from having any +Prevent the ``cachebust`` static view configuration argument from having any effect globally in this process when this value is true. No cache buster will be configured or used when this is true. @@ -172,8 +172,8 @@ be configured or used when this is true. +---------------------------------+----------------------------------+ | Environment Variable Name | Config File Setting Name | +=================================+==================================+ -| ``PYRAMID_PREVENT_CACHEBUSTER`` | ``pyramid.prevent_cachebuster`` | -| | or ``prevent_cachebuster`` | +| ``PYRAMID_PREVENT_CACHEBUST`` | ``pyramid.prevent_cachebust`` | +| | or ``prevent_cachebust`` | | | | | | | +---------------------------------+----------------------------------+ |
