Re: django newforms and base_fields

2007-12-21 Thread mike
It tells me Column 'customer_id' cannot be null") because of the foreign key, customer_id is the id of the customer, that the Issues field is linked to. How do i auto fill in this field? On Dec 20, 10:17 pm, Empty <[EMAIL PROTECTED]> wrote: > This is not a very secure thing to do. But if you

Re: django newforms and base_fields

2007-12-20 Thread Empty
This is not a very secure thing to do. But if you must, then just use initial to set the value. Michael Trier blog.michaeltrier.com On Dec 20, 2007 2:32 PM, mike <[EMAIL PROTECTED]> wrote: > > Hello, I am looking for a way to auto-populate a newforms field, I > would like to have the input hidd