base template and views

2008-06-26 Thread moonsand
I have a design issue where i want to have a standard base template display a list of database entries with a count for the most popular entries. If I am using this as the base template this means that I need to pass the list and the calculated count from any view which calls any template which ex

Re: Limiting the choices of ForeignKey objects in the admin filters

2008-06-18 Thread moonsand
Hmm I would also be interested if anyone knows how to do this. On Jun 17, 3:05 pm, mbdtsmh <[EMAIL PROTECTED]> wrote: > Hello everyone, > > I have a question for you all that has been discussed before but I > cannot figure out the best way to go about implementing. > > I have the following model: