diff options
| author | Tim Graham <timograham@gmail.com> | 2019-01-17 18:34:44 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-17 18:35:46 -0500 |
| commit | a9feec5c70f41b74e2af59725aa3c4c6528b934b (patch) | |
| tree | 4202a8d9e66badd9b2a263ea855acef3e6ae0a96 /docs/ref | |
| parent | 7185ea6902532eb195d0575d1bf1492ca9d45dea (diff) | |
[2.2.x] Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.
Backport of 6713926ebe22172e50f283185f969275c326416d from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/staticfiles.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
