* martedì 22 dicembre 2009, alle 13:52, Łukasz Balcerzak scrive:
> My bad, it should work without this "workaround" too...
> 
> Are you using some sort of caching mechanism? Something not basic? Or maybe 
> some middleware?
> The info_args dict you've posted, is it just passed to archive_index function 
> and returned
> or are you doing something more on the way?

No cache,
middleware installed:
MIDDLEWARE_CLASSES = (
    'django.middleware.common.CommonMiddleware',
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.contrib.auth.middleware.AuthenticationMiddleware',
    'django.middleware.doc.XViewMiddleware',
    'django.contrib.flatpages.middleware.FlatpageFallbackMiddleware',
)

And finally,
I pass to archive_index just the dictionary index_args that I posted.

Thanks a lot.

-- 
| Francesco Benincasa - http://ciccio2000.altervista.org/
| EcoSCIENZE Societa' Cooperativa - http://www.ecoscienze.org/
| Ingegneria Senza Frontiere Bologna - http://isf.ing.unibo.it/
| Bologna Free Software Forum - http://www.bfsf.it/

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to