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:34:44 -0500 |
| commit | 6713926ebe22172e50f283185f969275c326416d (patch) | |
| tree | e03f086b03333d9cd3c3b2c0ef7ad104554addb0 /docs | |
| parent | 51fa59f0b39b24d4a589e01a26e539c3134a6c42 (diff) | |
Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.
Diffstat (limited to 'docs')
| -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 |
