Re: SVN Milestones

2008-04-19 Thread Kenneth Gonsalves
On 20-Apr-08, at 12:47 AM, Steve Holden wrote: >> I wouldn't even call the current svn head a beta-quality product >> >> > Which is probably why it isn't yet a beta release? what I meant is that it is stable and production ready and that it is time people stopped evaluating products by lookin

Re: SVN Milestones

2008-04-23 Thread Kenneth Gonsalves
this is third time this post has come - is it me or something else? On 23-Apr-08, at 4:28 PM, Malcolm Tredinnick wrote: > > > On Wed, 2008-04-23 at 03:40 -0700, [EMAIL PROTECTED] wrote: >> On Apr 16, 7:56 pm, "Justin Lilly" <[EMAIL PROTECTED]> wrote: >>> We have one. Its called 1.0 and the more

Re: Queryset-refactor branch has been merged into trunk

2008-04-27 Thread Kenneth Gonsalves
On 27-Apr-08, at 8:34 AM, Malcolm Tredinnick wrote: > I merged queryset-refactor into trunk just now. This was changeset > r7477. w000t - thanks and congratulations Malcolm, you rock -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline.in/code/ --~--~-~--~~-

Re: QSRF Related

2008-04-29 Thread Kenneth Gonsalves
On 29-Apr-08, at 11:25 PM, David Cramer wrote: > WILL BREAK" (I didn't even know QSRF was released until someone > pointed it out to me) must have been about a million messages congratulating malcolm on the mailing list ... -- regards kg http://lawgon.livejournal.com http://nrcfosshelpline

Template code: `and` as well as `or` in if statement

2006-05-26 Thread Cameron Kenneth Knight
I have implemented `and` for if statements. `and` and `or` cannot mix (because it would be ambiguous) In this template: {% if 1 and 1 %}good 1 and 1{% endif %} {% if 1 and 0 %}bad 1 and 0{% endif %} {% if 0 and 1 %}bad 0 and 1{% endif %} {% if 0 and 0 %}bad 0 and 0{% endif %} {% if 1 or 1 %}good

<    1   2