mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-02 18:54:42 +00:00
Merge pull request #186 from yaoelvon/patch-2
modify 'qs.read' to 'qs.sent'
This commit is contained in:
commit
f3479a48fd
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ There are some other QuerySet methods, too.
|
|||
|
||||
Return all of the unsent notifications, filtering the current queryset. (emailed=False)
|
||||
|
||||
``qs.read()``
|
||||
``qs.sent()``
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Return all of the sent notifications, filtering the current queryset. (emailed=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue