﻿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
17752	Serialization and multi-table inheritance	issarisc@…	Saksham Jain	"The section on serializing models using multi-table inheritance is rather unhelpful IMHO. The solution the example suggests is of very limited use: They only show how to query all parent Model objects and all child Model objects and concatenate these lists.

In practice, I think it would be rather unlikely that anyone would want to use it like this, as the results of both queries are not connected in any way.

A more likely use-case would be if someone was querying the Restaurant Model, and would want to show the name of the restaurant for each of the results in the resulting QuerySet.

The documentation gives no solution or hint in the right direction regarding this, so I assume the only way would be to create a new list myself with the combined results and serializing that list."	Cleanup/optimization	assigned	Documentation	1.3	Normal				Accepted	1	0	0	0	0	0
