We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eea60d commit 406e014Copy full SHA for 406e014
docs/storages.rst
@@ -39,6 +39,9 @@ that allows staticfiles to locate your outputted assets : ::
39
If you use ``PipelineCachedStorage`` you may also like the ``CachedFileFinder``,
40
which allows you to use integration tests with cached file URLs.
41
42
+Keep in mind that ``PipelineCachedStorage`` is only available for Django versions
43
+before 3.1.
44
+
45
If you want to exclude Pipelinable content from your collected static files,
46
you can also use Pipeline's ``FileSystemFinder`` and ``AppDirectoriesFinder``.
47
These finders will also exclude `unwanted` content like READMEs, tests and
0 commit comments