Author: jezdez
Date: 2010-02-25 11:20:13 -0600 (Thu, 25 Feb 2010)
New Revision: 12591
Modified:
django/branches/releases/1.1.X/docs/internals/contributing.txt
Log:
[1.1.X] Added note to the contributing docs about requiring gettext to run the
makemessages tests.
Modified: django/branches/releases/1.1.X/docs/internals/contributing.txt
===================================================================
--- django/branches/releases/1.1.X/docs/internals/contributing.txt
2010-02-25 17:18:27 UTC (rev 12590)
+++ django/branches/releases/1.1.X/docs/internals/contributing.txt
2010-02-25 17:20:13 UTC (rev 12591)
@@ -828,6 +828,7 @@
* setuptools_
* memcached_, plus the either the python-memcached_ or cmemcached_
Python binding
+ * gettext_ (:ref:`gettext_on_windows`)
If you want to test the memcached cache backend, you will also need to define
a :setting:`CACHE_BACKEND` setting that points at your memcached instance.
@@ -843,6 +844,7 @@
.. _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
``runtests.py`` command line. See the list of directories in
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.