Fix typo in handling MemcachedCache -> PyMemcacheCache in apply_django_settings

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

maubin
Djblets
release-3.x
djblets

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
Summary
Fix typo in PyMemcacheCache'
maubin
chipx86
  1. Ship It!
  2. 
      
maubin
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (8dd5288)
Loading...