Author: carljm
Date: 2011-01-19 14:37:58 -0600 (Wed, 19 Jan 2011)
New Revision: 15247

Modified:
   django/trunk/docs/internals/contributing.txt
   django/trunk/docs/topics/cache.txt
Log:
Corrected an outdated reference to cmemcache in contributing docs.

Modified: django/trunk/docs/internals/contributing.txt
===================================================================
--- django/trunk/docs/internals/contributing.txt        2011-01-19 20:11:56 UTC 
(rev 15246)
+++ django/trunk/docs/internals/contributing.txt        2011-01-19 20:37:58 UTC 
(rev 15247)
@@ -939,8 +939,7 @@
     *  Textile_
     *  Docutils_
     *  setuptools_
-    *  memcached_, plus the either the python-memcached_ or cmemcached_
-       Python binding
+    *  memcached_, plus a :ref:`supported Python binding <memcached>`
     *  gettext_ (:ref:`gettext_on_windows`)
 
 If you want to test the memcached cache backend, you will also need to define
@@ -955,8 +954,6 @@
 .. _docutils: http://pypi.python.org/pypi/docutils/0.4
 .. _setuptools: http://pypi.python.org/pypi/setuptools/
 .. _memcached: http://www.danga.com/memcached/
-.. _python-memcached: http://pypi.python.org/pypi/python-memcached/
-.. _cmemcached: http://gijsbert.org/cmemcache/index.html
 .. _gettext: http://www.gnu.org/software/gettext/manual/gettext.html
 
 To run a subset of the unit tests, append the names of the test modules to the

Modified: django/trunk/docs/topics/cache.txt
===================================================================
--- django/trunk/docs/topics/cache.txt  2011-01-19 20:11:56 UTC (rev 15246)
+++ django/trunk/docs/topics/cache.txt  2011-01-19 20:37:58 UTC (rev 15247)
@@ -58,6 +58,8 @@
     been replaced with the new dictionary-based :setting:`CACHES`
     setting.
 
+.. _memcached:
+
 Memcached
 ---------
 

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

Reply via email to