On Jan 25, 9:54 pm, "ben.bleik...@gmail.com"
wrote:
> I am having an issue with Django 1.0.2 returning a list of blog posts
> in my generic date based archive_index view.
>
> My URLs file looks like this:
>
> #Dictionaries
> blog_dict = {
> 'queryset': Entry.objects.all(),
> 'date
I am having an issue with Django 1.0.2 returning a list of blog posts
in my generic date based archive_index view.
My URLs file looks like this:
#Dictionaries
blog_dict = {
'queryset': Entry.objects.all(),
'date_field': 'pub_date',
'template_object_name': 'entry',
}
#URL
2 matches
Mail list logo