diff options
| author | Tim Graham <timograham@gmail.com> | 2013-07-12 12:48:49 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-07-12 12:50:53 -0400 |
| commit | b30a872973b6903e52d93532175d60d3bf68f888 (patch) | |
| tree | c3335c883747aa72d088b835f76010ce1e1123a7 | |
| parent | 1c8e539a7723fe2d76b5c5a8b83c8a3da2d9fc39 (diff) | |
[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]
Thanks CollinAnderson for the report.
Backport of a7d97a6778 from master
| -rw-r--r-- | docs/ref/django-admin.txt | 6 | ||||
| -rw-r--r-- | 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 c2c11e6db4..25435c9381 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. |
