diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-02-25 17:20:13 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-02-25 17:20:13 +0000 |
| commit | 1a377a8d0c8e5dcaa36a96c612b0ee8153d89a84 (patch) | |
| tree | b3b864708ded89708a1122a290fb1e0d60132736 | |
| parent | b711400278ed6dadf27c193d7c5d5e435e3746d5 (diff) | |
[1.1.X] Added note to the contributing docs about requiring gettext to run the makemessages tests.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/internals/contributing.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/contributing.txt b/docs/internals/contributing.txt index 0558388212..cef9bbf81d 100644 --- a/docs/internals/contributing.txt +++ b/docs/internals/contributing.txt @@ -828,6 +828,7 @@ dependencies: * 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 @@ associated tests will be skipped. .. _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 |
