We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b2e20 commit f6e3382Copy full SHA for f6e3382
README.rst
@@ -148,6 +148,14 @@ to configure DNS resolution during development::
148
Changelog
149
---------
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
159
v3.2.2 (11 Dec 2024)
160
~~~~~~~~~~~~~~~~~~~~
161
setup.py
@@ -26,7 +26,7 @@ def get_install_requires(path):
26
27
setup(
28
name="kiwitcms-tenants",
29
- version="3.2.2",
+ version="4.0.0",
30
description="Multi-tenant support for Kiwi TCMS",
31
long_description=get_long_description(),
32
author="Kiwi TCMS",
0 commit comments