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.