From 6ad0dbc8d90ef37731608f7ac3d6e1d62cc8c765 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 29 Sep 2023 08:54:13 +0200 Subject: Refs #15667 -- Added resetting default renderer when FORM_RENDERER is changed. --- docs/topics/testing/tools.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/topics/testing') 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 -------------- -- cgit v1.3