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/releases | |
| parent | 6272d2f155adb4f32ef129d57e9eb5493ebde6ed (diff) | |
Fixed #20653 -- Renamed checksetup -> check missed in [03465639]
Thanks CollinAnderson for the report.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
