Status Updates part 5: Add the StatusUpdate model.
Review Request #8406 — Created Sept. 18, 2016 and submitted — Latest diff uploaded
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).