1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]

Thanks CollinAnderson for the report.

Backport of a7d97a6778 from master
This commit is contained in:
Tim Graham
2013-07-12 12:48:49 -04:00
parent 1c8e539a77
commit b30a872973
2 changed files with 4 additions and 4 deletions

View File

@@ -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.