upstream/v2026.1.0 #12

Merged
simon merged 241 commits from upstream/v2026.1.0 into master 2026-02-03 21:56:32 +00:00
Showing only changes of commit 4eb2c50d95 - Show all commits

View File

@@ -108,6 +108,8 @@ def indent(s):
def widget_css_etag(request, version, **kwargs):
if version > version_max:
return None
if version < version_min:
version = version_min
# This makes sure a new version of the theme is loaded whenever settings or the source files have changed