diff options
| author | James Bligh <blighj@users.noreply.github.com> | 2026-03-04 14:12:06 +0000 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-04 16:15:48 -0500 |
| commit | 36be97b99d4de786746a8d80bbcd41de03752df9 (patch) | |
| tree | 1d2242acc6854e502ac84bf286c8d62477001350 /docs/ref/contrib/staticfiles.txt | |
| parent | 35dab0ad9ee2ed23101420cb0f253deda2818191 (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/contrib/staticfiles.txt')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 6 |
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 |
