Re: Escape Filter

2007-03-16 Thread Frankie Robertson
On Mar 16, 5:33 pm, Mario <[EMAIL PROTECTED]> wrote: > I've got a problem with escape filter. I need to convert \n to , > however I don't need a new line beetween a line as the linebreaks > filter does. > > If I add a .replace('\n', '') in the escape method() from > django.utils.html I've got

Re: newforms, "reverse inline" editing, fieldsets

2007-02-02 Thread Frankie Robertson
On 02/02/07, jfagnani <[EMAIL PROTECTED]> wrote: > > I've been using Django for a few months now and have recently started > looking into newforms. I was hoping that it would solve some issues I > was having with the old Manipulator/FormWrapper way, but one thing is > still a little painful to do

Re: newforms: "forms with prefixes", nitpick

2007-02-01 Thread Frankie Robertson
On 01/02/07, Honza Král <[EMAIL PROTECTED]> wrote: > On 2/1/07, Amit Upadhyay <[EMAIL PROTECTED]> wrote: > > On 1/31/07, Honza Kr�l <[EMAIL PROTECTED]> wrote: > > > what if I have one Form class and want to use it twice in one > > > view/template/ tag ? > > > in that case, prefixes are my only hope

Re: newforms: "forms with prefixes", nitpick

2007-01-31 Thread Frankie Robertson
On 29/01/07, Amit Upadhyay <[EMAIL PROTECTED]> wrote: > Am a latecomer to newforms, loving it. I have minor issue with the way > prefixes are handled: > http://code.djangoproject.com/browser/django/trunk/tests/regressiontests/forms/tests.py#L2648 > > The prefix is prepended to the form names, whic