Re: Proposal: add new template tag "age"

2015-11-10 Thread Jamie Norrish
On Tue, 2015-11-10 at 18:50 +, Marc Tamlyn wrote: > Agreed, this does not belong on core. In particular the formatting of > a duration varies widely depending on the expected age range, > languages and site context. Naturaltime is one implementation, the > specific case you seem to be hinting

Re: Bug with generic relations that span other relationships?

2007-06-17 Thread Jamie Norrish
On Sun, 2007-06-17 at 20:25 +, [EMAIL PROTECTED] wrote: > The call to Comment.objects.filter(poll=p) generates the following raw > SQL (comment columns are replaced by * for brevity): > SELECT * FROM "comments_comment" LEFT OUTER JOIN "comments_comment" AS > "m2m_comments_comment__poll" ON "c