Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit c3a4729

Browse files
authored
docs: resolve typo in Breaking Changes part of self-hosted docs (#1149)
According to the example config file, it should be `PyMemcacheCache` not `PyMemcachedCache`
1 parent 539cccc commit c3a4729

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/self-hosted/releases.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ These builds are usually stable, but you may occasionally hit a broken version a
8383

8484
- The `24.1.2` release will change the memcached backend from
8585
`django.core.cache.backends.memcached.MemcachedCache` to
86-
`django.core.cache.backends.memcached.PyMemcachedCache`. This will require changing the `CACHES`
86+
`django.core.cache.backends.memcached.PyMemcacheCache`. This will require changing the `CACHES`
8787
setting in your `sentry.conf.py` file in a manner similar to what is seen
8888
[here](https://github.com/getsentry/self-hosted/commit/9936376f4e933781feaae85e0071ef72c7f1c03f).
89-
In particular, the `OPTIONS` API for `PyMemcachedCache` is different from that of
89+
In particular, the `OPTIONS` API for `PyMemcacheCache` is different from that of
9090
`MemcachedCache`, and may require changes depending on how it has been configured.

0 commit comments

Comments
 (0)