From 8a34b53500c670aec799fedb5da05797eec072f9 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Wed, 7 Jan 2015 00:05:47 +0100 Subject: [PATCH] Fixed version in docs. Signed-off-by: Jannis Leidel --- docs/cookbook.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook.rst b/docs/cookbook.rst index b165bb2..e7b78c6 100644 --- a/docs/cookbook.rst +++ b/docs/cookbook.rst @@ -4,7 +4,7 @@ Cookbook Calling a Django management command ----------------------------------- -.. versionadded:: 1.0 +.. versionadded:: 0.9 If you want to call a Django management command programmatically, say from a script outside of your usual Django code, you can use the