summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/doc/source/changelog.rst4
-rw-r--r--askbot/doc/source/management-commands.rst2
2 files changed, 6 insertions, 0 deletions
diff --git a/askbot/doc/source/changelog.rst b/askbot/doc/source/changelog.rst
index ed81ff27..84d48c41 100644
--- a/askbot/doc/source/changelog.rst
+++ b/askbot/doc/source/changelog.rst
@@ -1,6 +1,10 @@
Changes in Askbot
=================
+Development version (Not yet released)
+--------------------------------------
+* Added ``askbot_create_test_fixture`` management command (Dejan Noveski)
+
0.7.30 (Current Version)
------------------------
Note: some of these features were added in one of the three previous versions.
diff --git a/askbot/doc/source/management-commands.rst b/askbot/doc/source/management-commands.rst
index b1ee5bc5..1e3a7ac0 100644
--- a/askbot/doc/source/management-commands.rst
+++ b/askbot/doc/source/management-commands.rst
@@ -177,3 +177,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` |
++--------------------------------+-------------------------------------------------------------+