Re: get_cache and multiple caches

2013-08-30 Thread Curtis Maloney
As a simple short-term solution, why not cache calls to get_cache that don't pass additional arguments? That is, ones that only get pre-configured caches. -- Curtis On 25 August 2013 23:26, Florian Apolloner wrote: > Hi, > > so when reviewing

Re: Feature Request: Narrowing up choices in Django admin list_filter

2013-08-30 Thread Russell Keith-Magee
On Sat, Aug 31, 2013 at 5:43 AM, Aymeric Augustin < aymeric.augus...@polytechnique.org> wrote: > On 30 août 2013, at 23:28, Mehran Kholdi wrote: > > > I propose the idea to narrow up the choices shown in list_filter, by > those available among the "current" queryset's

Re: Feature Request: Narrowing up choices in Django admin list_filter

2013-08-30 Thread Aymeric Augustin
On 30 août 2013, at 23:28, Mehran Kholdi wrote: > I propose the idea to narrow up the choices shown in list_filter, by those > available among the "current" queryset's results. Hi Mehran, This idea was briefly discussed in https://code.djangoproject.com/ticket/19755.

Feature Request: Narrowing up choices in Django admin list_filter

2013-08-30 Thread Mehran Kholdi
I propose the idea to narrow up the choices shown in list_filter, by those available among the "current" queryset's results. Use case: In a Book-Author-Publisher model, when looking for a particular book in the "list" view, you may first filter them by the author's name. From now on, I'd

Re: Django Trac ticket keywords

2013-08-30 Thread Aymeric Augustin
2013/8/30 Daniele Procida > Would there be any objection if I used a keyword ("afraid_to_commit" or > something) to mark tickets that I think would be suitable for first-time > committers doing the "Don't be afraid to commit" tutorial to tackle? > As far as I am concerned you

Re: version number in Django documentation URLs

2013-08-30 Thread Aymeric Augustin
2013/8/30 Daniele Procida > Would it be possible to add "beta" too, or would that always be the same > as "dev" anyway? > You have commit access to the code controlling this :) https://github.com/django/djangoproject.com/blob/master/docs/urls.py#L21-L24

Re: Django Trac ticket keywords

2013-08-30 Thread Daniele Procida
On Fri, Aug 30, 2013, Russell Keith-Magee wrote: > Is "afraid to commit" a different set of criteria to "easy pickings"? The >original intention was that the easy pickings checkbox would be populated >with tickets that were appropriate for first timers (because they were

Re: version number in Django documentation URLs

2013-08-30 Thread Daniele Procida
On Fri, Aug 30, 2013, Baptiste Mispelon wrote: >On 08/30/2013 12:10 AM, Daniele Procida wrote: >> RTFD.org can use "latest" for the version number in docs - why don't we? >> >> It would be nice to be able to refer for example to