﻿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
36487	Database on commit error logging fails for partials	Krishnaprasad MG	Krishnaprasad MG	"The on commit handler here: https://github.com/django/django/blob/main/django/db/backends/base/base.py#L763 accepts both callback functions and partials but the error logging has a bug which expects property `__qualname__` on the callback method but this doesn't work with partials.

A fix is implemented here: https://github.com/django/django/pull/19609"	Bug	closed	Database layer (models, ORM)	5.2	Normal	fixed			Ready for checkin	1	0	0	0	0	0
