Opened 4 years ago
Closed 4 years ago
#32253 closed Bug (duplicate)
Tuple passed instead of string in warnings.warn in validate_key method in base.py
Description ¶
In validate_key method used for providing warnings if cache key is incompatible with Memcached - a tuple is passed instead of the expected string as an argument to warning.warn as a result it is breaking.
Change History (2)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Component: | Uncategorized → Core (Cache system) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Duplicate of #31654. It's already fixed.
Note:
See TracTickets
for help on using tickets.
If this is an actual bug, could I please work on this?