Re: error in filling data in database through admin page

2013-03-02 Thread Николай Федосов
https://docs.djangoproject.com/en/dev/topics/db/models/ starting from: Extra fields on many-to-many relationships 01.03.2013 19:13, C. Kirby пишет: It would be helpful to see the model definition(s) and the admin.py if you wrote one On Friday, March 1, 2013 1:06:34 AM UTC-6, Avnes

Re: error in filling data in database through admin page

2013-03-01 Thread Avnesh Shakya
ya i m adding now please help me On Fri, Mar 1, 2013 at 8:43 PM, C. Kirby wrote: > It would be helpful to see the model definition(s) and the admin.py if you > wrote one > > On Friday, March 1, 2013 1:06:34 AM UTC-6, Avnesh Shakya wrote: >> >> hi, >> i have got one error during adding data

Re: error in filling data in database through admin page

2013-03-01 Thread C. Kirby
It would be helpful to see the model definition(s) and the admin.py if you wrote one On Friday, March 1, 2013 1:06:34 AM UTC-6, Avnesh Shakya wrote: > > hi, > i have got one error during adding data in database though admin > page, actually it was working fine, but i made some attributes o

error in filling data in database through admin page

2013-02-28 Thread Avnesh Shakya
hi, i have got one error during adding data in database though admin page, actually it was working fine, but i made some attributes optional, now it's generating error.. i m adding m models.py , error-- " needs to have a value for field "course" before this many-to-many relationship can