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

docs: resolve typo in Breaking Changes part of self-hosted docs #1149

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/docs/self-hosted/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ These builds are usually stable, but you may occasionally hit a broken version a

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