Re: UpdateView - problem with change model

2016-05-28 Thread Akhil Lawrence
Check the primary key you are passing in the URL while calling the view. Key of PersonalInfo need not to be the same as that of MySiteUser On Saturday, 28 May 2016 23:44:00 UTC+5:30, Dariusz Mysior wrote: > > I have that problem when I change model in view class EditView on > PersonalInfo I

UpdateView - problem with change model

2016-05-28 Thread Dariusz Mysior
I have that problem when I change model in view class EditView on PersonalInfo I have response that "Not found personal info that meet your criteria" when I have model = MysiteUser than it is ok but when I change on model = PersonalInfo than it's a problem. views.py from