Add an extra_data field to FileAttachment.
Review Request #12747 — Created Jan. 13, 2023 and submitted — Latest diff uploaded
This adds an
extra_data
field to ourFileAttachment
model and support
for modifying the field through file attachment forms and the web API.
Upgraded the database and ran unit tests.
Diff Revision 2
This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.
orig
1
2
3
Commits
Files
reviewboard/attachments/forms.py |
---|
reviewboard/attachments/models.py |
---|
reviewboard/attachments/tests.py |
---|
reviewboard/attachments/evolutions/__init__.py |
---|
reviewboard/attachments/evolutions/file_attachment_extra_data.py |
---|
reviewboard/webapi/resources/base_file_attachment.py |
---|
reviewboard/webapi/resources/base_review_request_file_attachment.py |
---|
reviewboard/webapi/resources/user_file_attachment.py |
---|
reviewboard/webapi/tests/test_file_attachment.py |
---|
reviewboard/webapi/tests/test_user_file_attachment.py |
---|