From fa184e5d2fe80c8dbf625b51803f2ac3ae094a59 Mon Sep 17 00:00:00 2001 From: Lova Andriarimalala <43842786+Xpirix@users.noreply.github.com> Date: Fri, 27 Sep 2024 15:09:07 +0300 Subject: [PATCH] Downgrade to django 4.2.14 --- dockerize/docker/REQUIREMENTS.txt | 2 +- .../templates/plugins/plugin_upload.html | 28 +++++++++---------- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/dockerize/docker/REQUIREMENTS.txt b/dockerize/docker/REQUIREMENTS.txt index c3a8e102..b00dfc83 100644 --- a/dockerize/docker/REQUIREMENTS.txt +++ b/dockerize/docker/REQUIREMENTS.txt @@ -1,4 +1,4 @@ -django==4.2.15 +django==4.2.14 django-auth-ldap~=4.6 python-ldap~=3.4 django-taggit~=5.0 diff --git a/qgis-app/plugins/templates/plugins/plugin_upload.html b/qgis-app/plugins/templates/plugins/plugin_upload.html index c2b1b582..8327edf2 100644 --- a/qgis-app/plugins/templates/plugins/plugin_upload.html +++ b/qgis-app/plugins/templates/plugins/plugin_upload.html @@ -17,21 +17,19 @@