I think it's time to deprecate the
`django.core.cache.backends.memcached.MemcachedCache` backend in Django
3.2 and remove it in Django 4.1.
--
Ticket URL: <https://code.djangoproject.com/ticket/32193>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Mariusz Felisiak
* status: new => assigned
Comment:
[https://groups.google.com/g/django-
developers/c/tSt___9fk1s/m/ChPGJrQkAQAJ Mailing list discussion]
--
Ticket URL: <https://code.djangoproject.com/ticket/32193#comment:1>
* stage: Unreviewed => Accepted
Comment:
I'm going to accept this. We can give it a few weeks to see if there's any
objections/movement on python-memcached.
--
Ticket URL: <https://code.djangoproject.com/ticket/32193#comment:2>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/13744 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/32193#comment:3>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/32193#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"5ce31d6a7142ca8c76d6b52fa42b3406b9a8ff48" 5ce31d6]:
{{{
#!CommitTicketReference repository=""
revision="5ce31d6a7142ca8c76d6b52fa42b3406b9a8ff48"
Fixed #32193 -- Deprecated MemcachedCache.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32193#comment:5>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"05f3a6186efefc9fca2204a745b992501c6fd91f" 05f3a61]:
{{{
#!CommitTicketReference repository=""
revision="05f3a6186efefc9fca2204a745b992501c6fd91f"
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32193#comment:6>
Comment (by GitHub <noreply@…>):
In [changeset:"3430093a4698b640aa9e501ce2a02e090e77f7ae" 3430093a]:
{{{
#!CommitTicketReference repository=""
revision="3430093a4698b640aa9e501ce2a02e090e77f7ae"
Refs #32193 -- Removed python-memcached from test requirements.
Follow up to 05f3a6186efefc9fca2204a745b992501c6fd91f.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/32193#comment:7>