Prevent transferring files from priv/ to pub/ on event clone (#3956)

* Prevent transferring files from priv/ to pub/ on event clone

* Also detect file names with node prefix

* Only transfer files in explicitly declared file fields

* Update django-hierarkey

* Add note to documentation about the new behaviour
This commit is contained in:
Mira
2024-05-08 09:33:23 +02:00
committed by GitHub
parent 514f1def4d
commit 9dc5c1b266
3 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ dependencies = [
"django-filter==24.2",
"django-formset-js-improved==0.5.0.3",
"django-formtools==2.5.1",
"django-hierarkey==1.1.*",
"django-hierarkey==1.2.*",
"django-hijack==3.4.*",
"django-i18nfield==1.9.*,>=1.9.4",
"django-libsass==0.9",