﻿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
6504	Manipulator references related object through wrong attribute name	ep	nobody	"It appears that the {{{save()}}} method of the {{{ManipulatorDescriptor}}}, indjango/db/models/manipulators.py, is trying to access the instance's fields using the DB column names in lieu of the attribute name. This should work fine, until you use custom DB column names; then they become different, of course.

I discovered this while saving a changed object in an {{{edit_inline}}} model, on its ""parent""'s admin form.

I hope I'm not getting this wrong – there is a chance I misunderstand the inner workings of Django and my own code is causing the breakage

Patch included; it's a one-liner."		closed	Core (Other)	dev		wontfix	model manipulator related	ep@…	Unreviewed	1	0	0	0	0	0
