Changes between Initial Version and Version 1 of Ticket #26460


Ignore:
Timestamp:
Apr 4, 2016, 1:34:36 PM (8 years ago)
Author:
Przemysław Suliga
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26460 – Description

    initial v1  
    11BaseCache.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
     3Fixed in https://github.com/django/django/pull/6414
Back to Top