mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting.
This commit is contained in:
parent
22785f0d6b
commit
a5365339ea
2 changed files with 5 additions and 4 deletions
|
|
@ -273,8 +273,8 @@ See :doc:`/topics/cache`.
|
|||
|
||||
Default: ``600``
|
||||
|
||||
The default number of seconds to cache a page for the :ref:`cache middleware
|
||||
<the-per-site-cache>`.
|
||||
The default integer number of seconds to cache a page for the
|
||||
:ref:`cache middleware <the-per-site-cache>`.
|
||||
|
||||
See :doc:`/topics/cache`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue