On 9/2/05, Number one <[EMAIL PROTECTED]> wrote:
> It worked! All pages show up perfectly now. I just copied the settings
> from the documentation on the djangoproject.com.
> 
> Is this an bug? Because, according to the documentation it shouldn't
> matter where you put the CacheMiddleware entry.

Sweet. Nope, it's not a bug -- CacheMiddleware needs to be the first
entry in MIDDLEWARE_CLASSES, because middleware is applied in order.

I've updated the docs to explain this. Thanks for pointing it out!

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to