Re: use related field for date_field argument in generic view

2008-10-11 Thread J
> > You posted the same question in a different thread less than 16 hours > ago. Please realize that everyone who answers questions on this list > volunteers their time to do so, so questions may not be answered > immediately. Increasing the traffic on an already high-traffic list > by duplica

Re: use related field for date_field argument in generic view

2008-10-11 Thread Karen Tracey
On Sat, Oct 11, 2008 at 7:52 AM, J <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've got a couple of related models that I want to use together in a > queryset, which I will be passing to a the generic view > "date_based.archive_index". This generic view requires a "date_field" > argument specifying

use related field for date_field argument in generic view

2008-10-11 Thread J
Hi all, I've got a couple of related models that I want to use together in a queryset, which I will be passing to a the generic view "date_based.archive_index". This generic view requires a "date_field" argument specifying "the name of the field that the date-based archive [view] should use to de

use related field for date_field argument in generic view

2008-10-10 Thread J
Hi all, I've got a couple of related models that I want to use together in a queryset, which I will be passing to a the generic view "date_based.archive_index". This generic view requires a "date_field" argument specifying "the name of the field that the date-based archive [view] should use to de