summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/project/documents/nested
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.James Bligh2022-12-071-0/+1
| | | Co-authored-by: James Bligh <james.bligh@silvercloudhealth.com>
* Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ↵Mariusz Felisiak2021-11-051-1/+0
| | | | | | | | | | ManifestStaticFilesStorage." This reverts commit 91e21836f667c784a8a63ab1f18d81f553e679cb. `export` and `import` directives have several syntax variants and not all of them were properly covered. Thanks Hervé Le Roy for the report.
* Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage.Gildardo Adrian Maravilla Jacome2021-05-311-0/+1
|
* Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-level ↵Mariusz Felisiak2020-09-011-0/+1
static and storage directories on Python 3.7+. Thanks WhiteSage for the report.