#3400 -- ModelAdmin.list_filter improvements

2010-08-28 Thread Simon Meers
A gentle reminder to anyone who would like to review the recent patch uploaded for #3400 [1]. I have come across quite a number of people who consider list_filter's current inability to span relationships (e.g. as search_fields can) to be one of the more obvious/annoying of Django's limitations an

Re: a new template algorithm

2010-08-28 Thread Florent Gallaire
> I've just joined this group. The reason is that I've recently > developed a new django template system (and I'm still working on it) There's only one Django template system, but there is a lot of others excellent python template engines (Jinja, Genshi, Mako, etc.), you can release yours (which l

Re: Any interest in adding a navigation helper to Django?

2010-08-28 Thread Tobias McNulty
On Sat, Aug 28, 2010 at 12:32 AM, Yo-Yo Ma wrote: > I think the thing that would be helpful to most django users is bit > really a navigation helper per se. I think what I need could be solved > with a more generic tool. Russell, tell me what you think about > providing a way to make a view a "ch

Re: a new template algorithm

2010-08-28 Thread Gabriele Fantini
2010/8/28 Alex Gaynor : > With all due respect: no.  The template system is intentionally not > Python, this is a strong design decision and I see no compelling > argument against it here.  If you're just generally interested in the > compilation of Django templates to PYthon (without changing the

Re: Statistic app. Any suggestion?

2010-08-28 Thread Boguslaw Faja
Hi, django-developers is group about developing django, not about developing our projects. Please ask your question on django-users. Thanks. On Sat, Aug 28, 2010 at 6:38 AM, Lucian Romi wrote: > I want to make a statistic. There is a float field in my model(table). > I want to use a chart to sho

Re: a new template algorithm

2010-08-28 Thread Alex Gaynor
On Sat, Aug 28, 2010 at 11:47 AM, Gabriele Fantini wrote: > Hi, > > I've just joined this group. The reason is that I've recently > developed a new django template system (and I'm still working on it) > and I'm currently using it for my new sites. > I hope this is the right place to discuss of suc

Re: Statistic app. Any suggestion?

2010-08-28 Thread Alex Gaynor
On Sat, Aug 28, 2010 at 12:38 AM, Lucian Romi wrote: > I want to make a statistic. There is a float field in my model(table). > I want to use a chart to show what's the percentage in each range. > Any suggestion to make such and app that can fit into django model. Thanks. > > -- > You received thi

Statistic app. Any suggestion?

2010-08-28 Thread Lucian Romi
I want to make a statistic. There is a float field in my model(table). I want to use a chart to show what's the percentage in each range. Any suggestion to make such and app that can fit into django model. Thanks. -- You received this message because you are subscribed to the Google Groups "Djan

Re: Django Model Related Manager Enhancements

2010-08-28 Thread Russell Keith-Magee
Hi Nowell, First off -- apologies for taking so long to get back to you. On Sun, Jul 11, 2010 at 10:54 PM, Nowell Strite wrote: > Hey Russ, > > In the Artist example there are actually two many to many fields > pointing to songs (songs, and best_songs) so currently when you call > artist.songs o