Commit a7d97a67 authored by Tim Graham's avatar Tim Graham
Browse files

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

Thanks CollinAnderson for the report.
parent 6272d2f1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -89,10 +89,10 @@ documentation for the :djadminopt:`--verbosity` option.
Available commands
==================

checksetup
----------
check
-----

.. django-admin:: checksetup
.. django-admin:: check

.. versionadded:: 1.6

+1 −1
Original line number Diff line number Diff line
@@ -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.