Skip to content

Commit 9e80bc5

Browse files
committed
docs: v4.40.0-rc10
1 parent ba384b7 commit 9e80bc5

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/upgrade-project.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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)

0 commit comments

Comments
 (0)