Re: Middleware order

2012-05-15 Thread Furbee
I don't know, but the revision middleware smells like it could be the culprit. It is the last module in processing the request, and the first one processing the response back up the chain. Maybe it is returning the old data. Just a stab in the dark. Furbee On Tue, May 15, 2012 at 8:23 AM, David

Middleware order

2012-05-15 Thread David
Hi This is how my middleware is currently ordered: 'django.middleware.cache.UpdateCacheMiddleware', 'django.middleware.gzip.GZipMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.middleware.common.CommonMiddleware', 'django.middleware.csrf.CsrfViewMid