Skip to content

Commit 616d804

Browse files
author
Buky
authored
Merge pull request #739 from gatsinski/master
Add a note about removed cached storage in Django 3.1
2 parents 5dc1d14 + 406e014 commit 616d804

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)