mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge 86354ab370 into 3be0703b14
This commit is contained in:
commit
b5a6580476
1 changed files with 1 additions and 1 deletions
|
|
@ -582,7 +582,7 @@ def configure_settings(settings):
|
|||
# check content caching layer and warn of incompatibilities
|
||||
if settings.get('CACHE_CONTENT', False) and \
|
||||
settings.get('CONTENT_CACHING_LAYER', '') == 'generator' and \
|
||||
settings.get('WITH_FUTURE_DATES', False):
|
||||
not settings.get('WITH_FUTURE_DATES', True):
|
||||
logger.warning(
|
||||
"WITH_FUTURE_DATES conflicts with CONTENT_CACHING_LAYER "
|
||||
"set to 'generator', use 'reader' layer instead")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue