File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,14 @@ to configure DNS resolution during development::
148
148
Changelog
149
149
---------
150
150
151
+ v4.0.0 (06 Jan 2025)
152
+ ~~~~~~~~~~~~~~~~~~~~
153
+
154
+ - Remove the ``DEFAULT_FILE_STORAGE `` setting and replace it with
155
+ ``STORAGES["default"]["BACKEND"] `` for Django 5.1 compatibility
156
+ - Add test case for default storage class
157
+
158
+
151
159
v3.2.2 (11 Dec 2024)
152
160
~~~~~~~~~~~~~~~~~~~~
153
161
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def get_install_requires(path):
26
26
27
27
setup (
28
28
name = "kiwitcms-tenants" ,
29
- version = "3.2.2 " ,
29
+ version = "4.0.0 " ,
30
30
description = "Multi-tenant support for Kiwi TCMS" ,
31
31
long_description = get_long_description (),
32
32
author = "Kiwi TCMS" ,
You can’t perform that action at this time.
0 commit comments