mirror of https://github.com/django/django.git
Refs #28606 -- Corrected deprecation version for CachedStaticFilesStorage.
This commit is contained in:
parent
51fa59f0b3
commit
6713926ebe
|
@ -372,7 +372,7 @@ hashing algorithm.
|
||||||
|
|
||||||
.. class:: storage.CachedStaticFilesStorage
|
.. class:: storage.CachedStaticFilesStorage
|
||||||
|
|
||||||
.. deprecated:: 2.1
|
.. deprecated:: 2.2
|
||||||
|
|
||||||
``CachedStaticFilesStorage`` is deprecated as it has some intractable
|
``CachedStaticFilesStorage`` is deprecated as it has some intractable
|
||||||
problems, some of which are outlined below. Use
|
problems, some of which are outlined below. Use
|
||||||
|
|
Loading…
Reference in New Issue