Changes between Initial Version and Version 1 of Ticket #31734, comment 1


Ignore:
Timestamp:
Jun 22, 2020, 5:20:16 PM (4 years ago)
Author:
Rich Rauenzahn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31734, comment 1

    initial v1  
    11I made the change locally (i.e., warnings.warn(*warning)) and now properly get:
    22
     3
     4
     5{{{
    36ipdb>
    47virtualenv-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>"
    58  warnings.warn(*warning)
     9
     10}}}
Back to Top