Re: The blacklist / master issue

2020-06-15 Thread Jeff Triplett
Agreed. I thought DHH's argument was equally as compelling for making this change for rails: Regardless of origin, allow/deny are simply clearer terms that does not > require tracing the history of black/white as representations of that > meaning. We can simply use the meaning directly.

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 > ne

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