Changes between Initial Version and Version 1 of Ticket #26460
- Timestamp:
- Apr 4, 2016, 1:34:36 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26460 – Description
initial v1 1 1 BaseCache.validate_key() will call `warnings.warn()` [https://github.com/django/django/blob/15a20dc9aff1bd8a055ee7c322631b3ca4d1c474/django/core/cache/backends/base.py#L240-L244 for each invalid character in the key]. This is not a big issue since only one warning will appear but it is unnecessary. 2 3 Fixed in https://github.com/django/django/pull/6414