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