Django Utils
Django Utils
This document covers all stable modules in django.utils
. Most of the modules in django.utils
are designed for internal use and only the following parts can be considered stable and thus backwards compatible as per the internal release deprecation policy.
django.utils.cache
This module contains helper functions for controlling caching. It does so by managing the Vary
header of responses. It includes functions to patch the header of response objects directly and decorators that change functions to do that header-patching themselves.
For information on the Vary
he