From b3532f7df950d07d92c231fa60a13675111208ea Mon Sep 17 00:00:00 2001 From: Daniel Lindsley Date: Sat, 15 Jun 2013 10:14:30 -0700 Subject: [PATCH] Adjusted the docs to reflect when the checksetup command was added. --- docs/ref/django-admin.txt | 2 ++ 1 file changed, 2 insertions(+) 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.