From a7d97a6778ca528199920901ed2f66e289ee5a44 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 12 Jul 2013 12:48:49 -0400 Subject: [PATCH] Fixed #20653 -- Renamed checksetup -> check missed in [03465639] Thanks CollinAnderson for the report. --- docs/ref/django-admin.txt | 6 +++--- docs/releases/1.6.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index caee368e63..28c4c66517 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -89,10 +89,10 @@ documentation for the :djadminopt:`--verbosity` option. Available commands ================== -checksetup ----------- +check +----- -.. django-admin:: checksetup +.. django-admin:: check .. versionadded:: 1.6 diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 963276714e..1419f0915c 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -124,7 +124,7 @@ be customized to use any other JS framework. ``check`` management command added for verifying compatibility ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -A ``check`` management command was added, enabling you to verify if your +A :djadmin:`check` management command was added, enabling you to verify if your current configuration (currently oriented at settings) is compatible with the current version of Django.