Fixed version in docs.

Signed-off-by: Jannis Leidel <jannis@leidel.info>
This commit is contained in:
Jannis Leidel 2015-01-07 00:05:47 +01:00
parent f2a46fb009
commit 8a34b53500

View file

@ -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