Skip to content

Commit 406e014

Browse files
committed
Add a note about removed cached storage in Django 3.1
1 parent 7eea60d commit 406e014

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/storages.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ that allows staticfiles to locate your outputted assets : ::
3939
If you use ``PipelineCachedStorage`` you may also like the ``CachedFileFinder``,
4040
which allows you to use integration tests with cached file URLs.
4141

42+
Keep in mind that ``PipelineCachedStorage`` is only available for Django versions
43+
before 3.1.
44+
4245
If you want to exclude Pipelinable content from your collected static files,
4346
you can also use Pipeline's ``FileSystemFinder`` and ``AppDirectoriesFinder``.
4447
These finders will also exclude `unwanted` content like READMEs, tests and

0 commit comments

Comments
 (0)