mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-15 00:23:09 +00:00
commit
aeb89dc273
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue