Searched refs:no_transform (Results 1 – 4 of 4) sorted by relevance
199 no_transform = exists_property('no-transform') variable in CacheControl
716 no_transform=False, **extensions): argument734 if no_transform:
51 res = build(private=True, max_age=60, no_transform=True, no_store=True)
706 >>> res.cache_control.no_transform = True