Re: Exception Value: column user_id is not unique

2013-11-19 Thread tim
s/listpics.html', >>> {'userpics': userpics, 'picform': >>> picform}, >>> >>> context_instance=RequestContext(request) >>> ) >>> >>&

Re: Exception Value: column user_id is not unique

2013-11-19 Thread HannesP
empty, unbound form >> >> >> userpics = UserPic.objects.all() >> >> >> return render_to_response( >> 'userpics/listpics.html', >> {'userpics': userpics, 'picform': picform}, >> co

Re: Exception Value: column user_id is not unique

2013-11-19 Thread tim
form > > > userpics = UserPic.objects.all() > > > return render_to_response( > 'userpics/listpics.html', > {'userpics': userpics, 'picform': picform}, > context_instance=RequestContext(request) > ) > &

Exception Value: column user_id is not unique

2013-11-19 Thread HannesP
) # A empty, unbound form userpics = UserPic.objects.all() return render_to_response( 'userpics/listpics.html', {'userpics': userpics, 'picform': picform}, context_instance=RequestContext(request) ) The app works fine for one image up

Re: column user_id is not unique

2011-10-27 Thread Jani Tiainen
ot;id", it shouldn't be using first field defined. -- Jani Tiainen On 26.10.2011 19:03, Shark wrote: There is problem in this project I use Auth User and foreign key in anther table "geoFeeds" and when adding data to table gepFeed am error happened column user_id is not unique w

Re: column user_id is not unique

2011-10-27 Thread Yok Keen Hui
key in anther table "geoFeeds" and when > adding data to table gepFeed am error happened > > column user_id is not unique > > when changing the userId it add one time but the second time it fails > and give this error I don't know why > > this is the code &

column user_id is not unique

2011-10-26 Thread Shark
There is problem in this project I use Auth User and foreign key in anther table "geoFeeds" and when adding data to table gepFeed am error happened column user_id is not unique when changing the userId it add one time but the second time it fails and give this error I don't kn