Re: dynamical "by" argument in regroup syntax?

2007-05-20 Thread frnc
ok, I completely missed to note that there is a tutorial named "template language for python programmers" with a section "extending the template system" that goes through the matter. Maybe later on an update. thanks --~--~-~--~~~---~--~~ You received this message

dynamical "by" argument in regroup syntax?

2007-05-20 Thread frnc
Hi everybody, I'm writing my first app with Django (quite a newbie with python too) and I stumbled onto the following problem: I have a template which has to regroup a object_list by a field that the user has determined by choosing it in a tag of a form. So, what I pass via extra_context to the