diff options
Diffstat (limited to 'docs/topics/testing')
| -rw-r--r-- | docs/topics/testing/tools.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 524fc85584..1ecc97a2a9 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -1441,16 +1441,15 @@ when settings are changed. Django itself uses this signal to reset various data: -================================= ======================== -Overridden settings Data reset -================================= ======================== -USE_TZ, TIME_ZONE Databases timezone -TEMPLATES Template engines -SERIALIZATION_MODULES Serializers cache -LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations -MEDIA_ROOT, DEFAULT_FILE_STORAGE Default file storage -STATIC_ROOT, STATIC_URL, STORAGES Storages configuration -================================= ======================== +============================================================================ ======================== +Overridden settings Data reset +============================================================================ ======================== +USE_TZ, TIME_ZONE Databases timezone +TEMPLATES Template engines +SERIALIZATION_MODULES Serializers cache +LOCALE_PATHS, LANGUAGE_CODE Default translation and loaded translations +DEFAULT_FILE_STORAGE, STATICFILES_STORAGE, STATIC_ROOT, STATIC_URL, STORAGES Storages configuration +============================================================================ ======================== Isolating apps -------------- |
