Re: newforms with auto_now

2007-02-19 Thread Jeff Triplett
One of my co-workers found this ticket which a few patches to fix the issue: http://code.djangoproject.com/ticket/3247 On Feb 19, 10:52 am, "Jeff Triplett" <[EMAIL PROTECTED]> wrote: > Are the auto_now / auto_now_add fields going to be supported in > newforms? I was working with the form_for_in

newforms with auto_now

2007-02-19 Thread Jeff Triplett
Are the auto_now / auto_now_add fields going to be supported in newforms? I was working with the form_for_instance this morning and I noticed that both these fields and the editable=False still displayed in my form rendered with the form as_table() method. Since there has been quite a bit of dis