﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
25840	cache.get_or_set() works incorrectly with DummyCache backend	Oleksiy Ivanenko	nobody	"There is some issue when you use django.core.cache.cache.get_or_set with '''DummyCache backend'''.

{{{
from django.core.cache import cache

cache.get_or_set('some_key', 'my_val')  # Always returns None. Not a default value
}}}

This thing brakes tests.
I think it will be better to return default value from dummy cache."	Bug	closed	Core (Cache system)	1.9	Normal	fixed	get_or_set dummycache	oleksiy.ivanenko@…	Accepted	1	0	0	0	0	0
