﻿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
34715	have proposal to create new orm method get_object_or_none same as get_object_or_404	Mahavir Agrawal	nobody	I  would like to propose a new method called get_object_or_none, which would return an object if it exists, and None otherwise. This functionality is often desired by developers, as it eliminates the need to use try-except blocks and simplifies the code where developer wants object if exist otherwise None.	New feature	new	Database layer (models, ORM)	4.2	Normal		django orm		Unreviewed	1	0	0	0	1	0
