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

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix typo in PyMemcacheCache'
0d40189f70da103f9ec0e013e846ed38a15e30f7 Michelle Aubin
djblets/cache/backend_compat.py
djblets/siteconfig/tests.py
Loading...