summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2023-09-29 08:54:13 +0200
committerGitHub <noreply@github.com>2023-09-29 08:54:13 +0200
commit6ad0dbc8d90ef37731608f7ac3d6e1d62cc8c765 (patch)
tree01d635a93ba668969651305df7a06e4ba038abd8 /docs/topics
parentfe835c2355072fc2b7a0fbbc57d05477c7ee6ce9 (diff)
Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/testing/tools.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt
index 89c914a864..4eaffdb331 100644
--- a/docs/topics/testing/tools.txt
+++ b/docs/topics/testing/tools.txt
@@ -1502,11 +1502,17 @@ Overridden settings Data reset
================================= ========================
USE_TZ, TIME_ZONE Databases timezone
TEMPLATES Template engines
+FORM_RENDERER Default renderer
SERIALIZATION_MODULES Serializers cache
LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations
STATIC_ROOT, STATIC_URL, STORAGES Storages configuration
================================= ========================
+.. versionchanged:: 5.1
+
+ Resetting the default renderer when the ``FORM_RENDERER`` setting is
+ changed was added.
+
Isolating apps
--------------