Skip to content

Commit

Permalink
Fixed typo in parameter name doc for BaseCommand.check().
Browse files Browse the repository at this point in the history
  • Loading branch information
gvangool authored and timgraham committed Jun 26, 2014
1 parent 0d363b2 commit a8c5630
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/howto/custom-management-commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,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)

Expand Down

0 comments on commit a8c5630

Please sign in to comment.