File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Upgrade Project
22
3+ - [ from v4.39 to v4.40] ( #from-v439-to-v440 )
34- [ from v4.28 to v4.29] ( #from-v428-to-v429 )
45- [ from v4.N to v4.14] ( #from-v4n-to-v414 )
56- [ from v4.N to v4.13] ( #from-v4n-to-v413 )
@@ -44,6 +45,18 @@ Optional:
4445
4546[ ^ 1 ] : The ` cms.settings_custom.py ` is committed in [ Core Portal Deployments] . A ` settings_custom.py ` in [ Core CMS Custom] is ` .gitignore ` 'd.
4647
48+ ## from v4.39 to v4.40
49+
50+ - [ Fold ` custom_app_settings ` into ` settings_custom ` ] ( #fold-custom_app_settings-into-settings_custom )
51+
52+ ### Fold ` custom_app_settings ` into ` settings_custom `
53+
54+ | from | to |
55+ | - | - |
56+ | ` custom_app_settings.py ` : ` INSTALLED_APPS ` | ` settings_custom.py ` : ` EXTRA_INSTALLED_APPS ` |
57+ | ` custom_app_settings.py ` : ` STATICFILES_DIRS ` | ` settings_custom.py ` : ` EXTRA_STATICFILES_DIRS ` |
58+ | ` custom_app_settings.py ` : ` MIDDLEWARE ` | ` settings_custom.py ` : ` EXTRA_MIDDLEWARE ` |
59+
4760## from v4.28 to v4.29
4861
4962- [ Rename ` assets_core_project ` Template Block] ( #rename-assets_core_project-template-block )
You can’t perform that action at this time.
0 commit comments