This new release changes the way django-npb handles pastes that should be displayed.
- expired pastes now returns a 404 even if they have not been purged from the database
- suspended pastes returns a 403 instead of a 200 with an error message
- staff and admins can see suspended pastes
- for non-authorized users, private pastes returns a 403 instead of a 404