https://docs.djangoproject.com/en/3.2/ref/utils/#django.utils.translation.gettext_lazy
Django The web framework for perfectionists with deadlines. Overview Download Documentation News Community Code Issues About ♥ Donate Documentation Search: Search 2021 Django Community Survey Getting Help el es fr id it ja ko pl pt-br zh-hans Language: en 1.8 1.10 1.11 2.0 2.1 2.2 3.0 3.1 dev Documentation version: 3.2 ¶ 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 responses. It includes functions to patch the header of response objects direc...