From 36be97b99d4de786746a8d80bbcd41de03752df9 Mon Sep 17 00:00:00 2001 From: James Bligh Date: Wed, 4 Mar 2026 14:12:06 +0000 Subject: Fixed #21080 -- Ignored urls inside comments during collectstatic. Thanks Mariusz Felisiak for the review. Co-authored-by: Nathan Gaberel --- docs/ref/contrib/staticfiles.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'docs') diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index f5f078a239..8bb2266966 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -349,12 +349,6 @@ argument. For example:: manifest_storage = StaticFilesStorage(location=settings.BASE_DIR) super().__init__(*args, manifest_storage=manifest_storage, **kwargs) -.. admonition:: References in comments - - ``ManifestStaticFilesStorage`` doesn't ignore paths in statements that are - commented out. This :ticket:`may crash on the nonexistent paths <21080>`. - You should check and eventually strip comments. - .. attribute:: storage.ManifestStaticFilesStorage.manifest_hash This attribute provides a single hash that changes whenever a file in the -- cgit v1.3