Re: [Django] #11299: Pluggable cache key algorithm

2011-03-14 Thread Django
#11299: Pluggable cache key algorithm
+--
   Reporter:  ludo  |Owner:  nobody
 Status:  closed|Milestone:
  Component:  Cache system  |  Version:  1.0
 Resolution:  fixed | Keywords:
   Triage Stage:  Accepted  |Has patch:  0
Needs documentation:  0 |  Needs tests:  0
Patch needs improvement:  0 |
+--
Changes (by otherjacob):

 * status:  new => closed
 * resolution:   => fixed
 * stage:  Design decision needed => Accepted


Comment:

 This appears to be have been added in #13795.

-- 
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.



Re: [Django] #11299: Pluggable cache key algorithm

2009-06-17 Thread Django
#11299: Pluggable cache key algorithm
-+--
  Reporter:  ludo| Owner:  nobody
Status:  new | Milestone:
 Component:  Cache system|   Version:  1.0   
Resolution:  |  Keywords:
 Stage:  Design decision needed  | Has_patch:  0 
Needs_docs:  0   |   Needs_tests:  0 
Needs_better_patch:  0   |  
-+--
Changes (by SmileyChris):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Design decision needed
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
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] #11299: Pluggable cache key algorithm

2009-06-11 Thread Django
#11299: Pluggable cache key algorithm
--+-
 Reporter:  ludo  |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  Cache system  | Version:  1.0   
 Keywords:|   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 There are certain situations when you need to preserve path details in the
 generated cache keys, for example when using a hyerarchical cache that
 lets you expire whole branches of a site. The current way in which cache
 keys are built by Django loses all path information as keys are opaques,
 and furthermore it's impossible for a user to override it, short of
 monkeypatching utils.cache.get_cache_key() and
 utils.cache._generate_cache_header_key().

 It might be useful to add a config setting where the user can specify a
 couple of generic functions to use instead of the default ones. It will
 take little work, and make the cache engine much more extensible for
 advanced uses.

-- 
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
-~--~~~~--~~--~--~---