We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b331fe commit 1e5a305Copy full SHA for 1e5a305
RELEASE.rst
@@ -1,6 +1,11 @@
1
Release Notes
2
=============
3
4
+Version 0.136.2
5
+---------------
6
+
7
+- set the storage backend properly to S3 if necessary for Django 5 (#3129)
8
9
Version 0.136.1 (Released December 04, 2025)
10
---------------
11
main/settings.py
@@ -37,7 +37,7 @@
37
from main.sentry import init_sentry
38
from openapi.settings_spectacular import open_spectacular_settings
39
40
-VERSION = "0.136.1"
+VERSION = "0.136.2"
41
42
log = logging.getLogger()
43
0 commit comments