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
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
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/
--~--~-~--~~-
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
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
101 - 105 of 105 matches
Mail list logo