summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-12 08:10:45 -0700
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-06-12 08:10:45 -0700
commit8abe520d07bec0ebb5c59a6187f22d6136d40409 (patch)
tree383b37b953bde0fbc17900896660b3d00bc6053c
parentfabb3a781ad5d4fca970052e577d8c1dd603ac3d (diff)
parent41b3e5e1cd122acd5d322a56c7cbeada25fde8ac (diff)
downloadaskbot-8abe520d07bec0ebb5c59a6187f22d6136d40409.tar.gz
askbot-8abe520d07bec0ebb5c59a6187f22d6136d40409.tar.bz2
askbot-8abe520d07bec0ebb5c59a6187f22d6136d40409.zip
Merge pull request #78 from jimt/upstream
fix rst table of developer commands
-rw-r--r--askbot/doc/source/management-commands.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/doc/source/management-commands.rst b/askbot/doc/source/management-commands.rst
index 4efbef6e..b96251dc 100644
--- a/askbot/doc/source/management-commands.rst
+++ b/askbot/doc/source/management-commands.rst
@@ -195,5 +195,5 @@ the developers of the Askbot project:
+--------------------------------+-------------------------------------------------------------+
| `askbot_add_test_content` | Creates content with dummy data for testing |
+--------------------------------+-------------------------------------------------------------+
-| `askbot_create_test_fixture` | Creates a test fixture at `askbot/tests/test_data.json` |
+| `askbot_create_test_fixture` | Creates a test fixture at `askbot/tests/test_data.json` |
+--------------------------------+-------------------------------------------------------------+