diff options
| author | Gert Van Gool <gertvangool@gmail.com> | 2014-06-26 11:33:09 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-26 07:24:32 -0400 |
| commit | 82f6500275a3ad6a07de866584cdb3986abf0f65 (patch) | |
| tree | b4dca45adc746ffeb8fc37626b92172264773e75 /docs | |
| parent | 54a6ab207762bf581bf74e7e3d6b9e0520864baa (diff) | |
[1.7.x] Fixed typo in parameter name doc for BaseCommand.check().
Backport of a8c5630c98 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/custom-management-commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/howto/custom-management-commands.txt b/docs/howto/custom-management-commands.txt index 42dd4bfc06..247dfa620c 100644 --- a/docs/howto/custom-management-commands.txt +++ b/docs/howto/custom-management-commands.txt @@ -322,8 +322,9 @@ the :meth:`~BaseCommand.handle` method must be implemented. potential problems. Serious problems are raised as a :class:`CommandError`; warnings are output to stderr; minor notifications are output to stdout. - If ``apps`` and ``tags`` are both None, all system checks are performed. - ``tags`` can be a list of check tags, like ``compatibility`` or ``models``. + If ``app_configs`` and ``tags`` are both ``None``, all system checks are + performed. ``tags`` can be a list of check tags, like ``compatibility`` or + ``models``. .. method:: BaseCommand.validate(app=None, display_num_errors=False) |
