summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJames Bligh <blighj@users.noreply.github.com>2026-03-04 14:12:06 +0000
committerJacob Walls <jacobtylerwalls@gmail.com>2026-03-04 16:15:48 -0500
commit36be97b99d4de786746a8d80bbcd41de03752df9 (patch)
tree1d2242acc6854e502ac84bf286c8d62477001350 /docs/ref
parent35dab0ad9ee2ed23101420cb0f253deda2818191 (diff)
Fixed #21080 -- Ignored urls inside comments during collectstatic.
Thanks Mariusz Felisiak for the review. Co-authored-by: Nathan Gaberel <nathan@gnab.fr>
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/staticfiles.txt6
1 files changed, 0 insertions, 6 deletions
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