﻿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
8884	Typo in http://docs.djangoproject.com/en/dev/topics/db/models/#automatic-primary-key-fields	schnuffle	nobody	"Multiple inheritance¶

Just as with Python's subclassing, it's possible for a Django model to inherit from multiple parent models. Keep in mind that normal Python name resolution rules apply. The first base class that a particular name appears in (e.g. Meta) will be the one that is used; for example, '''his''' means that if multiple parents contain a Meta class, only the first one is going to be used, and all others will be ignored."		closed	Documentation	1.0		duplicate	Typo		Unreviewed	0	0	0	0	0	0
