volksman

Results 1 comments of volksman

You will need the latest version (1.2.0) but you can add a url like: ```python url(r"^messages/inbox/deleted/", InboxView.as_view(), {'deleted': True}, name="inbox_deleted"), ``` That will expose the deleted/sent messages the same way...