This branch and this one are both unreachable for the same reason: the obj will always be a verified project by the time that method is called. If for any reason the original slug passed in to the feed was not a real project's slug, it would have raised an Http404 exception when get_object() was called.
This branch and this one are both unreachable for the same reason: the
objwill always be a verified project by the time that method is called. If for any reason the original slug passed in to the feed was not a real project's slug, it would have raised an Http404 exception whenget_object()was called.