﻿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
3934	edit_inline foreign key in profile module	vojtmen@…	nobody	"Example of error:

class MyUserProfile(models.Model):
    user = models.ForeignKey(User, unique=True, edit_inline=models.TABULAR, db_index=True)
    some_data = models.CharField(maxlength=20, blank=False, null=False, unique=True, core=True)

Then some_data is correctly shown in User module of admin menu, but when you try to change it and save it:

Request URL:	http://localhost/printeq/admin/auth/user/1/
Exception Type:	TypeError
Exception Value:	Cannot resolve keyword 'some_data' into field
Exception Location:	C:\Server\Python\lib\site-packages\django\db\models\query.py in lookup_inner, line 936

I'd really appreciate if you correct this or send me what should I do.

Thank's a lot"		closed	contrib.admin	0.95		duplicate	profile, user, module		Unreviewed	0	0	0	0	0	0
