Changes between Initial Version and Version 1 of Ticket #31140


Ignore:
Timestamp:
Jan 6, 2020, 9:22:58 AM (4 years ago)
Author:
Hugo Rodger-Brown
Comment:

Can't be sure, but I think it's the internal implementation of SafeText and how bmemcached is serializing that is causing the problem: https://github.com/django/django/blob/master/django/utils/safestring.py#L36-L37

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31140 – Description

    initial v1  
    1 This isn't (or may not) be a Django issue per se. but we have recently started having an issue where `cache.set` is failing where we have certain `SafeText` objects inside a dict.
     1Not sure if this is a Django issue per se. but we have recently started having an issue where `cache.set` is failing where we have certain `SafeText` objects inside a dict. (Issue has already
    22
    33The underlying exception is raised within `bmemcached`, but posting here in case someone else has had a similar issue, and any insight.
Back to Top