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
> 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
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
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
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
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
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
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
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