Merge pull request #186 from yaoelvon/patch-2

modify 'qs.read' to 'qs.sent'
This commit is contained in:
Zhongyuan 2017-08-29 16:26:12 +08:00 committed by GitHub
commit f3479a48fd

View file

@ -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)