django-cms/cms
Wolfgang Fehr 108986ba5a Fix: also use key-length of 200 for the actual cache-key of placeholders
- missing "functionality" for changes of #7595 and #7657
2024-05-06 06:48:58 +02:00
..
admin fix: change language url parameter to delete_language to prevent collision (#7666) 2023-10-17 11:20:07 +02:00
cache Fix: also use key-length of 200 for the actual cache-key of placeholders 2024-05-06 06:48:58 +02:00
extensions ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
forms feat: django 5 support for cms 3.11 (#7724) 2023-12-21 19:41:07 +01:00
locale ci: Merge back release 3.11.4 into develop (#7646) 2023-09-18 07:24:16 +02:00
management fix: Add --fix-paths option to ./manage.py cms fix-tree (#7744) 2024-01-14 11:28:14 +01:00
middleware fix: Patch Toolbar Middleware Response (#7856) 2024-03-28 10:03:09 +01:00
migrations fix: Fixed #6413: migrations 0019 and 0020 on multi db setups (#6708) 2021-05-19 16:23:02 +08:00
models fix: Add --fix-paths option to ./manage.py cms fix-tree (#7744) 2024-01-14 11:28:14 +01:00
publisher Enabled isort workflow (#7200) 2022-01-24 11:01:36 +05:30
signals ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
sitemaps ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
static/cms feat: Add RTL support to pagetree (#7842) 2024-03-16 15:29:42 +00:00
templates feat: Add RTL support to pagetree (#7842) 2024-03-16 15:29:42 +00:00
templatetags fix: Backport v4.1.0rc4 fixes - Admin language and styling (#7630) 2023-08-23 17:54:42 +05:30
test_utils fix: Fixed RecursionError when extending templates (#7594) 2023-06-30 09:58:20 +01:00
tests fix: Patch Toolbar Middleware Response (#7856) 2024-03-28 10:03:09 +01:00
toolbar feat: django 5 support for cms 3.11 (#7724) 2023-12-21 19:41:07 +01:00
utils feat: django 5 support for cms 3.11 (#7724) 2023-12-21 19:41:07 +01:00
wizards ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
__init__.py ci: Merge back release 3.11.4 into develop (#7646) 2023-09-18 07:24:16 +02:00
api.py ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
app_base.py Django 3.1 support (#6886) 2020-09-03 10:54:30 +02:00
apphook_pool.py Django 3.1 support (#6886) 2020-09-03 10:54:30 +02:00
appresolver.py fix: Mitigate performance hit due to deprecation warnings for v4.1 (#7587) 2023-06-21 14:23:30 +02:00
apps.py fix: Set the default_auto_field on the AppConfigs (#7181) 2022-01-14 12:42:19 +00:00
cms_menus.py ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
cms_plugins.py ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
cms_toolbars.py feat: django 5 support for cms 3.11 (#7724) 2023-12-21 19:41:07 +01:00
cms_wizards.py Enabled isort workflow (#7200) 2022-01-24 11:01:36 +05:30
constants.py [feat] Help menu (#7100) (#7101) 2021-10-16 16:27:09 +05:30
context_processors.py Django 3.1 support (#6886) 2020-09-03 10:54:30 +02:00
exceptions.py Django 3.1 support (#6886) 2020-09-03 10:54:30 +02:00
menu_bases.py Enabled isort workflow (#7200) 2022-01-24 11:01:36 +05:30
operations.py Django 3.1 support (#6886) 2020-09-03 10:54:30 +02:00
page_rendering.py ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
plugin_base.py ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
plugin_pool.py Add INVALIDATE_PAGE_CACHE_ON_STARTUP setting (#7269) 2022-03-25 22:36:04 +00:00
plugin_processors.py Enabled isort workflow (#7200) 2022-01-24 11:01:36 +05:30
plugin_rendering.py fix: Backport v4.1.0rc4 fixes - Admin language and styling (#7630) 2023-08-23 17:54:42 +05:30
templates.py ci: introduce ruff in place of flake8 for improved speed (#7504) 2023-04-10 17:22:09 +02:00
toolbar_base.py Django 3.1 support (#6886) 2020-09-03 10:54:30 +02:00
toolbar_pool.py Enabled isort workflow (#7200) 2022-01-24 11:01:36 +05:30
urls.py Enabled isort workflow (#7200) 2022-01-24 11:01:36 +05:30
views.py fix: Use correct version of Django in GitHub CI actions (#7696) 2023-11-20 16:15:46 +01:00