Well, I'm not sure then. Tried debug queries?
Use django-logging or Djalog and add catching/printing queries middleware, you 
should spot the point where something is going wrong...

On Dec 22, 2009, at 3:35 PM, Francesco Benincasa wrote:

> Just a thing to add:
> as I wrote, only objects passed through the "extra_context" parameter are not
> updated dinamically. The objects passed in the "queryset" are correctly
> updated.
> 
> Thank you very much.
> 
> * martedì 22 dicembre 2009, alle 15:00, Francesco Benincasa scrive:
>> * 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.
> 
> -- 
> | 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.
> 
> 

--

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