From 64982cc2fb13ebc45982c64e25fdb7865e6d2499 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Sat, 8 Aug 2015 12:02:32 +0200 Subject: Updated Wikipedia links to use https --- django/utils/lru_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'django/utils') diff --git a/django/utils/lru_cache.py b/django/utils/lru_cache.py index 2ad69e66ba..3dae4507fc 100644 --- a/django/utils/lru_cache.py +++ b/django/utils/lru_cache.py @@ -58,7 +58,7 @@ except ImportError: f.cache_info(). Clear the cache and statistics with f.cache_clear(). Access the underlying function with f.__wrapped__. - See: http://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used + See: https://en.wikipedia.org/wiki/Cache_algorithms#Least_Recently_Used """ -- cgit v1.3