djblets.urls.patterns¶
- never_cache_patterns(*args)[source]¶
Prevent any included URLs from being cached by the browser.
It’s sometimes desirable not to allow browser caching for a set of URLs. Any URLs passed in will have the
never_cache()
decorator applied.