"Simon Willison" <[EMAIL PROTECTED]> wrote
in message news:[EMAIL PROTECTED]
>
> Actually the Flickr front page photo is picked from a small subset of
> editorially approved pictures (with accompanying relevant quotes) so it
> could be done using the proposed tag.
Really? About a month ago I
On 2 Dec 2005, at 12:03, Tim Keating wrote:
-1 from me. As a *user*, I would much rather just generate random
content inside of my view code. I'd like to point out the cited
example
(random photo on Flickr) can't be done with this technique, since this
is baked into the template.
Actually
On 12/3/05, Tim Keating <[EMAIL PROTECTED]> wrote:
>
> "Hate" is too strong a word. However, I do feel that this is not a
> positive addition.
> My apologies, I hate to be negative about someone else's hard work.
Don't worry, I'm merely poking back in jest; I asked for criticism in
the first pla
"Hate" is too strong a word. However, I do feel that this is not a
positive addition.
Django offers a nice three-tiered architecture in terms of information
presentation:
- Views, to select content.
- Templates, to organize content into manageable structures.
- CSS, to tell the browser how to
On 12/2/05, Tim Keating <[EMAIL PROTECTED]> wrote:
>
> -1 from me. As a *user*, I would much rather just generate random
> content inside of my view code.
I'm surprised this makes you -1 rather than -0; do you hate it that much? :-)
> I'd like to point out the cited example
> (random photo on F
-1 from me. As a *user*, I would much rather just generate random
content inside of my view code. I'd like to point out the cited example
(random photo on Flickr) can't be done with this technique, since this
is baked into the template.
On 11/29/05, Tom Tobin <[EMAIL PROTECTED]> wrote:
> I'd be interested in feedback on ticket #919, which implements a
> "random" tag which parallels the functionality of the random filter.
I've split out a weighted random class, `RandWeight`, that lives in
`dj
On 29 Nov 2005, at 05:30, Tom Tobin wrote:
I'd be interested in feedback on ticket #919, which implements a
"random" tag which parallels the functionality of the random filter.
I'd also be curious as to where the best place would be to implement a
possible helper class for
On 11/29/05, Tom Tobin <[EMAIL PROTECTED]> wrote:
> I'd be interested in feedback on ticket #919, which implements a
> "random" tag which parallels the functionality of the random filter.
I definitely like it and feel like it's a worthy addition to the
default
On 11/29/05, Amit Upadhyay <[EMAIL PROTECTED]> wrote:
> What is the use case of this tag? This looks like logic, template in
> philosophy dictates the layout of the data generated in the views. Putting
> weights for example, is it not more of a logic than presentation?
Some measure of logic is na
On 11/29/05, Tom Tobin <[EMAIL PROTECTED]> wrote:
I'd be interested in feedback on ticket #919, which implements a"random" tag which parallels the functionality of the random filter.I'd also be curious as to where the best place would be to implement a
possible helper cla
I'd be interested in feedback on ticket #919, which implements a
"random" tag which parallels the functionality of the random filter.
I'd also be curious as to where the best place would be to implement a
possible helper class for the weighted random option, as I was
co
12 matches
Mail list logo