Re: [Django] #17203: cache topic should mention bypass

2011-11-11 Thread Django
#17203: cache topic should mention bypass
---+--
 Reporter:  kevchrsmi@…|Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Documentation  |  Version:
 Severity:  Normal |   Resolution:  invalid
 Keywords:  cache nocache  | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+--
Changes (by russellm):

 * status:  new => closed
 * needs_docs:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_better_patch:   => 0


Comment:

 Appending ?nocache doesn't bypass the cache at all. All you've done is
 request a different resource -- one that wasn't cached.  If you re-request
 the ?nocache URL, you should find that the result is again cached.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

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



[Django] #17203: cache topic should mention bypass

2011-11-11 Thread Django
#17203: cache topic should mention bypass
---+---
 Reporter:  kevchrsmi@…|  Owner:  nobody
 Type:  New feature| Status:  new
Component:  Documentation  |Version:
 Severity:  Normal |   Keywords:  cache nocache
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  1  |  UI/UX:  0
---+---
 I've recently implemented '''caching''' on a project.  But, I really
 needed to be able to bypass the cache on an ad-hoc basis.  Just on a lark
 I tried appending "'''?nocache'''" to the URL and it worked.  This tidbit
 should be mentioned in the cache topic.  Thanks.

 K.C.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

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