diff options
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/tools.txt | 6 |
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 -------------- |
