diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-24 19:11:35 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-24 19:11:35 -0700 |
| commit | e90970b1e1e560fd8111b16917263f58795d3a36 (patch) | |
| tree | c8cf1174407825fe26041b7bdad45d90f7098f4d | |
| parent | eff0c05d7a82fbfba837b29c9fbf007f3d8d3e75 (diff) | |
| parent | ec753b060040a2a6df91341d6d4ed0913761adbc (diff) | |
| download | pyramid-e90970b1e1e560fd8111b16917263f58795d3a36.tar.gz pyramid-e90970b1e1e560fd8111b16917263f58795d3a36.tar.bz2 pyramid-e90970b1e1e560fd8111b16917263f58795d3a36.zip | |
Merge pull request #1748 from stevepiercy/master
cache bust token
| -rw-r--r-- | pyramid/interfaces.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/interfaces.py b/pyramid/interfaces.py index 7b9a850d1..90534593c 100644 --- a/pyramid/interfaces.py +++ b/pyramid/interfaces.py @@ -1205,7 +1205,7 @@ class ICacheBuster(Interface): argument is a dict of keywords that are to be passed eventually to :meth:`~pyramid.request.Request.route_url` for URL generation. The return value should be a two-tuple of ``(subpath, kw)`` which are - versions of the same arguments modified to include the cachebust token + versions of the same arguments modified to include the cache bust token in the generated URL. """ |
