mirror of
https://github.com/django/django.git
synced 2025-10-14 20:41:00 +00:00
Refs #32986 -- Moved TRANSLATOR_COMMENT_MARK to django.utils.translation.template.
This commit is contained in:
parent
e79ae5c317
commit
4fe3774c72
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue