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 HTTP caching. It does so by managing the Vary header of r
