Status Updates part 5: Add the StatusUpdate model.

Review Request #8406 — Created Sept. 18, 2016 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x
597e12e...

Reviewers

This change adds the model for status updates. A status update has some display
fields (the state, summary, description, url, etc.), and some relations to
other models to link things up as appropriate.

  • Ran syncdb.
  • Used the model via the admin UI (and other changes).

Diff Revision 1

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

orig
1
2
reviewboard/reviews/admin.py
reviewboard/reviews/models/__init__.py
reviewboard/reviews/models/status_update.py
Loading...