diff options
| author | Steve Piercy <web@stevepiercy.com> | 2015-05-24 19:11:08 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2015-05-24 19:11:08 -0700 |
| commit | ec753b060040a2a6df91341d6d4ed0913761adbc (patch) | |
| tree | c8cf1174407825fe26041b7bdad45d90f7098f4d | |
| parent | eff0c05d7a82fbfba837b29c9fbf007f3d8d3e75 (diff) | |
| download | pyramid-ec753b060040a2a6df91341d6d4ed0913761adbc.tar.gz pyramid-ec753b060040a2a6df91341d6d4ed0913761adbc.tar.bz2 pyramid-ec753b060040a2a6df91341d6d4ed0913761adbc.zip | |
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. """ |
