Merge pull request #182 from archatas/master

Typo in the README
This commit is contained in:
Yang.Y 2017-07-26 13:06:43 +08:00 committed by GitHub
commit aeb89dc273

View file

@ -197,7 +197,7 @@ Mark all of the read notifications in the queryset (optionally also filtered by
Mark all of the unsent notifications in the queryset (optionally also filtered by ``recipient``) as sent.
``qs.mark_as_unsent()`` | ``qs.mark_as_unsent()(recipient)``
``qs.mark_as_unsent()`` | ``qs.mark_as_unsent(recipient)``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mark all of the sent notifications in the queryset (optionally also filtered by ``recipient``) as unsent.