Fixed typos in signals and custom management commands docs.

This commit is contained in:
Hasan Ramezani 2019-06-18 20:38:21 +02:00 committed by Mariusz Felisiak
parent 036362e0cf
commit a7038adbd0
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ The new custom command can be called using ``python manage.py closepoll
The ``handle()`` method takes one or more ``poll_ids`` and sets ``poll.opened``
to ``False`` for each one. If the user referenced any nonexistent polls, a
:exc:`CommandError` is raised. The ``poll.opened`` attribute does not exist in
the :doc:`tutorial</intro/tutorial01>` and was added to
the :doc:`tutorial</intro/tutorial02>` and was added to
``polls.models.Question`` for this example.
.. _custom-commands-options: