From 4fe3774c729f3fd5105b3001fe69a70bdca95ac3 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Wed, 4 Aug 2021 23:20:04 -0400 Subject: Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.template. --- docs/releases/4.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 6821378e3b..390c561638 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -536,6 +536,9 @@ Miscellaneous and ``response.csrf_cookie_set`` to track whether the CSRF cookie should be sent. This is an undocumented, private API. +* The undocumented ``TRANSLATOR_COMMENT_MARK`` constant is moved from + ``django.template.base`` to ``django.utils.translation.template``. + .. _deprecated-features-4.0: Features deprecated in 4.0 -- cgit v1.3