File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ This document highlights steps that may need to be taken by developers
44when upgrading OMERO.web to ensure plugins or other customizations
55continue to function as expected.
66
7+ ## OMERO.web 5.31.0
8+
9+ ### Django 5.2 support
10+
11+ OMERO.web 5.31.0 requires Django version 5.2.
12+
13+ The sessions store must be cleared before restarting OMERO.web following this upgrade - see
14+ https://omero.readthedocs.io/en/stable/sysadmins/omeroweb-upgrade.html#clear-the-sessions-store-optional
15+ for more information.
16+
717## OMERO.web 5.30.0
818
919### Python support
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def read(fname):
5454 "omero-py>=5.19.0" ,
5555 # minimum requirements for `omero web start`
5656 "concurrent-log-handler>=0.9.20" ,
57- "Django>=4 .2.25 ,<5.3" ,
57+ "Django>=5 .2.9 ,<5.3" ,
5858 "django-pipeline" ,
5959 "django-cors-headers==3.7.0" ,
6060 "whitenoise>=5.3.0" ,
You can’t perform that action at this time.
0 commit comments