| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-02-02 | Refs #27795 -- Replaced force_bytes() usage in django.core.cache. | Jon Dufresne | |
| 2017-01-26 | Refs #23919 -- Replaced usage of django.utils.http utilities with Python ↵ | Claude Paroz | |
| equivalents Thanks Tim Graham for the review. | |||
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2013-08-30 | Fixed #20989 -- Removed useless explicit list comprehensions. | Simon Charette | |
| 2013-07-29 | Removed most of absolute_import imports | Claude Paroz | |
| Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way. | |||
| 2013-02-24 | Fixed #19253 -- Extracted template cache key building logic | Tomek Paczkowski | |
| Introduced a public function django.core.cache.utils.make_template_fragment_key Thanks @chrismedrela for fruitful cooperation. | |||
