﻿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
7245	[BUG] Data row duplication while changing inherited models using oldforms manipulators	m.gajda@…	nobody	"I've discovered using admin application, that while trying to save some existing object, which model class inherits from other model class, a new rows are added to database instead of changing the existing ones.

The problem is ''save'' method of the ''django.db.models.manipulators.AutomaticManipulator'' class, which does not set primary key values for super class models, which should be later processed by model's ''save'' method.

The attached patch tries to solve this bug by setting primary key values on all super models while preparing data to save in manipulator class. It works for me, but I did not run test suites to check the behaviour in all cases."		closed	Core (Other)	dev		invalid	bug oldforms row duplication change	m.gajda@…	Accepted	1	0	1	0	0	0
