Fix typo in handling MemcachedCache -> PyMemcacheCache in apply_django_settings

Review Request #12479 — Created July 19, 2022 and submitted — Latest diff uploaded

Information

Djblets
release-3.x

Reviewers

There's a typo in our code for renaming the cache backends. This change corrects
the typo from
django.core.cache.backends.memcached.PymemcacheCache to PyMemcacheCache.

  • Ran unit tests in djblets.siteconfig.tests

Commits

Files

    Loading...