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:48:49 -0400 |
| commit | a7d97a6778ca528199920901ed2f66e289ee5a44 (patch) | |
| tree | 0c89680732d934fee07d76f8ce4c9b9499caba02 /docs/ref | |
| parent | 6272d2f155adb4f32ef129d57e9eb5493ebde6ed (diff) | |
Fixed #20653 -- Renamed checksetup -> check missed in [03465639]
Thanks CollinAnderson for the report.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 6 |
1 files changed, 3 insertions, 3 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 |
