Re: Proposal: Revised form rendering

2010-07-14 Thread Tai Lee
On Jul 14, 11:15 pm, Russell Keith-Magee wrote: > > I'm not wildly enthusiastic about this. You've posted this snippet (or > something like it) a couple of times, and every time my immediate > reaction has been "You're in a twisty maze of endtemplatedir tags, all >

Re: Proposal: Revised form rendering

2010-07-14 Thread Carl Meyer
On Jul 14, 4:15 pm, SmileyChris wrote: > We also need d) Media hooks for a single widget - whether this can be > done in only the template layer is a tricky problem... > > I'm still struggling with how you'd be able to render all the media at > the top of your template for

Re: Proposal: Revised form rendering

2010-07-14 Thread SmileyChris
On Jul 15, 1:14 am, Russell Keith-Magee wrote: > We need to be able to define templates for: > >  a) The layout for a single widget (e.g., a DateWidget) >  b) The layout for a single row of a form >  c) The layout for an entire form (top errors, fields, hidden fields) >

Re: Proposal: Revised form rendering

2010-07-14 Thread Russell Keith-Magee
On Wed, Jul 14, 2010 at 8:42 AM, Tai Lee wrote: > Hi Russ and Carl, > > On Jul 14, 5:55 am, Carl Meyer wrote: >> Hi Russ, >> >> On Jul 13, 12:11 pm, Russell Keith-Magee >> wrote: >> >> > My manifestation of this problem

Re: Proposal: Revised form rendering

2010-07-14 Thread Russell Keith-Magee
On Wed, Jul 14, 2010 at 5:58 AM, Nick Phillips wrote: > On Wed, 2010-07-14 at 00:11 +0800, Russell Keith-Magee wrote: > >> What exactly is your use case for something that designers want to >> customize in the raw widget that widget.render() doesn't expose? > > That

Re: Proposal: Revised form rendering

2010-07-14 Thread Russell Keith-Magee
On Wed, Jul 14, 2010 at 3:55 AM, Carl Meyer wrote: > Hi Russ, > > On Jul 13, 12:11 pm, Russell Keith-Magee > wrote: >> My concern about doing this entirely in templates is that it makes the >> process of sharing a widget library a little more

Re: Django Unit Test on urls / views

2010-07-14 Thread David P. Novakovic
Hi, This is the mailing list for discussion around developing the actual django framework, not the use of the framework. Your request would be better discussed over at django-users http://groups.google.com/group/django-users . Cheers, D On Wed, Jul 14, 2010 at 2:22 PM, Pradnya

Re: Django Unit Test on urls / views

2010-07-14 Thread Pradnya Pawar
Oh Thanks, I have moved it to Django Users Any clue / suggestions on the bug. Thanks & Regards Pradnya On Wed, Jul 14, 2010 at 12:25 PM, Russell Keith-Magee < russ...@keith-magee.com> wrote: > On Wed, Jul 14, 2010 at 12:22 PM, Pradnya wrote: > > Hello, > > > > I am

Re: Django Unit Test on urls / views

2010-07-14 Thread Russell Keith-Magee
On Wed, Jul 14, 2010 at 12:22 PM, Pradnya wrote: > Hello, > > I am want to write django 1.1 test case on fedora 12 x86_64. > To test the url I want to session to be persistent so that the next > test can use the same context. I can use client.login() method becoz > in the