jtauber-archive / django-notification

user notification management for the Django web framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived Messages - Django filter()

ktraff opened this issue · comments

Looking at https://github.com/jtauber/django-notification/blob/master/notification/models.py#L108, I don't see how qs is filtered for archived messages. Since filter() clones the query set, isn't this line ineffective?