summaryrefslogtreecommitdiff
path: root/django/core/cache/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-1/+1
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Fixed #28401 -- Allowed hashlib.md5() calls to work with FIPS kernels.Ade Lee2021-10-121-2/+2
* Fixed #30772 -- Optimized make_template_fragment_key().Daniel Fairhead2019-09-181-6/+6
* Refs #27795 -- Replaced force_bytes() usage in django.core.cache.Jon Dufresne2018-02-021-3/+1
* Refs #23919 -- Replaced usage of django.utils.http utilities with Python equi...Claude Paroz2017-01-261-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-0/+1
* Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette2013-08-301-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #19253 -- Extracted template cache key building logicTomek Paczkowski2013-02-241-0/+15