Thanks CollinAnderson for the report.
This commit is contained in:
parent
6272d2f155
commit
a7d97a6778
|
@ -89,10 +89,10 @@ documentation for the :djadminopt:`--verbosity` option.
|
||||||
Available commands
|
Available commands
|
||||||
==================
|
==================
|
||||||
|
|
||||||
checksetup
|
check
|
||||||
----------
|
-----
|
||||||
|
|
||||||
.. django-admin:: checksetup
|
.. django-admin:: check
|
||||||
|
|
||||||
.. versionadded:: 1.6
|
.. versionadded:: 1.6
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,7 @@ be customized to use any other JS framework.
|
||||||
``check`` management command added for verifying compatibility
|
``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 configuration (currently oriented at settings) is compatible with the
|
||||||
current version of Django.
|
current version of Django.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue