Add FileAttachmentHistory model and evolutions.

Review Request #6385 — Created Sept. 30, 2014 and submitted — Latest diff uploaded

Information

Review Board
master
58dd8b1...

Reviewers

This change adds a model which is used to aggregate multiple FileAttachments
together into a single "history". This will be used by future changes for the
"Update" command, allowing users to replace attachments with new versions.

Ran evolutions.

reviewboard/attachments/models.py
reviewboard/attachments/evolutions/__init__.py
reviewboard/attachments/evolutions/file_attachment_revision.py
reviewboard/reviews/evolutions/__init__.py
reviewboard/reviews/evolutions/review_request_file_attachment_histories.py
reviewboard/reviews/models/review_request.py
Loading...