From a9feec5c70f41b74e2af59725aa3c4c6528b934b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 17 Jan 2019 18:34:44 -0500 Subject: [PATCH] [2.2.x] Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage. Backport of 6713926ebe22172e50f283185f969275c326416d from master --- docs/ref/contrib/staticfiles.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/staticfiles.txt b/docs/ref/contrib/staticfiles.txt index 10a8adfccf..9da8f6eb4e 100644 --- a/docs/ref/contrib/staticfiles.txt +++ b/docs/ref/contrib/staticfiles.txt @@ -372,7 +372,7 @@ hashing algorithm. .. class:: storage.CachedStaticFilesStorage -.. deprecated:: 2.1 +.. deprecated:: 2.2 ``CachedStaticFilesStorage`` is deprecated as it has some intractable problems, some of which are outlined below. Use