reviewboard.reviews.views.new_review_request¶
View for the New Review Request page.
- class NewReviewRequestView(**kwargs)[source]¶
Bases:
LoginRequiredViewMixin
,CheckLocalSiteAccessViewMixin
,UserProfileRequiredViewMixin
,CheckReadOnlyViewMixin
,TemplateView
View for the New Review Request page.
This provides the user with a UI consisting of all their repositories, allowing them to manually upload a diff against the repository or, depending on the repository’s capabilities, to browse for an existing commit to post.
- get_context_data(**kwargs) Dict[str, Any] [source]¶
Return data for the template.
This will return information on each repository shown on the page.
- __annotations__ = {}¶