summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Lindsley <daniel@toastdriven.com>2013-06-15 10:14:30 -0700
committerDaniel Lindsley <daniel@toastdriven.com>2013-06-15 10:14:48 -0700
commitb3532f7df950d07d92c231fa60a13675111208ea (patch)
treed2e8c9f20306ad4f81496fdf67522a887a3011a2 /docs
parentbf9975b0eb5f839ac5ff53b4fb302548dde6a418 (diff)
Adjusted the docs to reflect when the checksetup command was added.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 6e7875df13..c2c11e6db4 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -94,6 +94,8 @@ checksetup
.. django-admin:: checksetup
+.. versionadded:: 1.6
+
Performs a series of checks to verify a given setup (settings/application code)
is compatible with the current version of Django.