fix(api): prefer str over dict for the CACHE_URL setting
This fix the ability to reuse the CACHE_URL with other settings such as CELERY_BROKER_URL.
This commit is contained in:
parent
ca3106828d
commit
3028672096
2 changed files with 14 additions and 9 deletions
4
changes/changelog.d/2118.bugfix
Normal file
4
changes/changelog.d/2118.bugfix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Prefer str over dict for the CACHE_URL api setting
|
||||
|
||||
This fix the ability to reuse the CACHE_URL with other settings such as
|
||||
CELERY_BROKER_URL.
|
||||
Loading…
Add table
Add a link
Reference in a new issue