thanks, right - that was obvious and I overlooked it, not my first
time...
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To
On 9/6/06, hotani <[EMAIL PROTECTED]> wrote:
> in the template, I'm testing for object list like so:
> {% if object_list %}
>
> also tried putting {% if archive_index %} but that sees nothing as well.
As the documentation[1] points out, the archive_index view gives you a
variable called 'latest',
I'm trying to display the most recently closed bugs in a bug tracker by
using the archive_index generic view, but no matter what, it will not
return any results.
this is from urls:
recent_dict = {
'template_name': 'recent.html',
'date_field': 'last_mod',
'num_latest': '20'
3 matches
Mail list logo