flake8
passed.
JSHint
passed.
Review Request #12458 — Created July 11, 2022 and submitted
When I implemented the migration code to update the CACHES setting from
the oldMemcachedCache
to the newPymemcacheCache
, I tested the
actual migration implementation, but had just made an assumption about
the code that checks if we need to run it. It turns out this had two
problems--we were skipping one step that needed to check if a settings
update was required, and in the running context of rb-site, the key that
we need to check isforwarded_backend
instead ofdefault
.
Ran a real
rb-site upgrade
and saw that my settings_local.py file was
correctly updated.
Summary | ID |
---|---|
7dc09ae91a48be2f5a148591a6c411ff0506645a |