Changes between Version 1 and Version 2 of Ticket #32749, comment 1


Ignore:
Timestamp:
May 15, 2021, 10:20:10 PM (3 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32749, comment 1

    v1 v2  
    1 [https://github.com/django/django/pull/13310#discussion_r632986159 Parallel conversation on Github]. Nick mentioned that it was done to make the backend a drop in replacement for other MC backends but I'm curious to see if any tests fail without this override. At the least we should mention in the docs that these defaults are set for the `pymemcache` backend as `django-pymemcache` doesn't behave this way.
     1[https://github.com/django/django/pull/13310#discussion_r632986159 Parallel conversation on Github]. Nick mentioned that it was done to make the backend a drop in replacement for other MC backends but I'm curious to see if any tests fail without this override. At the least we should mention in the docs that these defaults are set as `django-pymemcache` or other `pymemcache` based backend don't behave this way and switching to the backend provided by Django might cause a change in behaviour.
Back to Top