﻿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
28091	Hiding 'cursor does not exist' error doesn't work	Claude Paroz	François Freitag	In commit [6b6be692fcd102436c7abef1d7b3fa1d37ad4bdf], Django tries to mask the 'cursor does not exist' exception because it masks the real database exception. Unfortunately, the commit is not fulfilling its promise, as the `raise` command just after the `pass`, will in fact raise the second exception (the one we are trying to mask) not the original one.	Bug	closed	Database layer (models, ORM)	1.11	Release blocker	fixed		mail@…	Accepted	0	0	0	0	0	0
