Changes between Initial Version and Version 1 of Ticket #31734, comment 1
- Timestamp:
- Jun 22, 2020, 5:20:16 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31734, comment 1
initial v1 1 1 I made the change locally (i.e., warnings.warn(*warning)) and now properly get: 2 2 3 4 5 {{{ 3 6 ipdb> 4 7 virtualenv-3.6.8/lib64/python3.6/site-packages/django/core/cache/backends/base.py:250: CacheKeyWarning: Cache key contains characters that will cause errors if used with memcached: ":1:<redacted but invalid>" 5 8 warnings.warn(*warning) 9 10 }}}