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

Update releases.mdx #1154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion src/docs/self-hosted/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ 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
Expand Down