﻿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
33384	Add QuerySet.get_or_none()	MojixCoder	nobody	"In Django we have `get` method for getting model objects.  
I have seen so many projects that implement `get_or_none` method in their projects. 
There are also some python ORMs that have this feature for example `tortoise-orm`, `ormar`,  `peewee`, etc.
I know that we have `get_object_404` but sometimes we don't want to raise an exception.  
so I think `get_or_none` would be kinda useful, what do you think?"	New feature	closed	Database layer (models, ORM)	4.0	Normal	duplicate			Unreviewed	0	0	0	0	0	0
