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