You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HttpBackend line 70 (fetch)
cache_tuple = self.cache.read(self.request.source)
Example (Before and After django smart_str)
Alton Auto Daylight Savings ™ Wall Clock
Alton Auto Daylight Savings %E2%84%A2 Wall Clock
Alton Auto Daylight Savings \xe2\x84\xa2 Wall Clock
The text was updated successfully, but these errors were encountered:
If a URI is requested with unicode characters a UnicodeEncodeError is thrown
backends.py lines 131 (read)
versioned_key = hashlib.md5(key_version + "_" + key).hexdigest()
HttpBackend line 70 (fetch)
cache_tuple = self.cache.read(self.request.source)
Example (Before and After django smart_str)
Alton Auto Daylight Savings ™ Wall Clock
Alton Auto Daylight Savings %E2%84%A2 Wall Clock
Alton Auto Daylight Savings \xe2\x84\xa2 Wall Clock
The text was updated successfully, but these errors were encountered: