﻿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
31442	Inherited ManyToMany.all() empty with multiple inherited models of same name from abstract one	Gereon Kremer	nobody	"Please see #24156 first!

The issue described there still persists if the derived model classes have the **same class name** (spread across different apps).
I understand this to be a weird model design at least, but found it to be reasonable for my current project.

I'd suggest to either use the fully qualified class name (i.e. `app.model_class` instead of `model_class`) to build the related_name, or at least note in the documentation that models with identical names can be a problem with inheritance."	Bug	closed	Database layer (models, ORM)	3.0	Normal	invalid			Unreviewed	0	0	0	0	0	0
