﻿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
24331	SuccessMessageMixinTests fail if MESSAGE_STORAGE is not CookieStorage	Matt Leach	nobody	"The TestCase `messages_tests.text_mixins.SuccessMessageMixinTests`checks that a cookie has been created. This means it will fail if the settings object `MESSAGE_STORAGE` is set to `django.contrib.messages.storage.session.SessionStorage` or anything that isn't `CookieStorage`. 

Probably best to fix using an `override_settings(MESSAGE_STORAGE='django.contrib.messages.storage.cookie.CookieStorage')` decorator. 

"	Bug	closed	contrib.messages	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
