Switch function-based generic views to class-based ones.

Review Request #4582 — Created Sept. 17, 2013 and submitted — Latest diff uploaded

Information

Review Board
master

Reviewers

Switch function-based generic views to class-based ones.

The old object_list and redirect_to views are gone, in favor of ListView and
RedirectView. This change switches us over to them.

  • Verified that views still worked.
  • Ran unit tests.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 5. See what's changed.

orig
1
2
3
4
5
reviewboard/urls.py
reviewboard/admin/urls.py
reviewboard/reviews/urls.py
reviewboard/reviews/views.py
Loading...