Re: [Django] #15222: Documentation example contains an incorrect class name

2011-02-04 Thread Django
#15222: Documentation example contains an incorrect class name
-+--
   Reporter:  Serp   | Owner:  nobody   
   
 Status:  new| Milestone:   
   
  Component:  Documentation  |   Version:   
   
 Resolution: |  Keywords:  cache, 
documentation
   Triage Stage:  Ready for checkin  | Has patch:  0
   
Needs documentation:  0  |   Needs tests:  0
   
Patch needs improvement:  0  |  
-+--

Comment (by russellm):

 Oops - that was me.

-- 
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] #15222: Documentation example contains an incorrect class name

2011-02-03 Thread Django
#15222: Documentation example contains an incorrect class name
-+--
   Reporter:  Serp   | Owner:  nobody   
   
 Status:  new| Milestone:   
   
  Component:  Documentation  |   Version:   
   
 Resolution: |  Keywords:  cache, 
documentation
   Triage Stage:  Ready for checkin  | Has patch:  0
   
Needs documentation:  0  |   Needs tests:  0
   
Patch needs improvement:  0  |  
-+--
Changes (by anonymous):

  * needs_better_patch:  => 0
  * needs_docs:  => 0
  * needs_tests:  => 0
  * stage:  Unreviewed => Ready for checkin


-- 
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] #15222: Documentation example contains an incorrect class name

2011-02-03 Thread Django
#15222: Documentation example contains an incorrect class name
--+-
 Reporter:  Serp  |  Owner:  nobody
   Status:  new   |  Milestone:
Component:  Documentation |Version:
 Keywords:  cache, documentation  |   Triage Stage:  Unreviewed
Has patch:  0 |  
--+-
 The example under cache arguments
 [http://docs.djangoproject.com/en/dev/topics/cache/#cache-arguments see
 here]

 django.core.cache.backends.filebased.FileCache

 should be:

 django.core.cache.backends.filebased.File'''Based'''Cache

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