Re: Chaining ManyToMany Filters Update

2007-03-12 Thread Gerard Whittey
Boris Smus wrote: > On Mar 12, 6:56 am, Tim Chase <[EMAIL PROTECTED]> > wrote:> >> cs.filter( >> Q(default_recipe__ingredients__ingredient__id=3) | >> Q(default_recipe__ingredients__ingredient__id=1) >> ) > > Just to clarify, I was trying to get AND functionality, as Kon

Template Loader for PHP files

2006-11-08 Thread Gerard Whittey
I saw the ticket for this Template Loader for PHP files http://code.djangoproject.com/ticket/2440 I was wondering if someone could explain how you would integrate this into a django project. I read through the docs about templates but it was beyond me as I am just starting to learn python. I j