reviewboard.attachments.forms¶
-
class
UploadFileForm
(review_request, *args, **kwargs)[source]¶ Bases:
django.forms.forms.Form
A form that handles uploading of new files.
A file takes a path argument and optionally a caption.
This documentation covers Review Board 2.5. You can see the latest Review Board documentation or all other versions.
UploadFileForm
(review_request, *args, **kwargs)[source]¶Bases: django.forms.forms.Form
A form that handles uploading of new files.
A file takes a path argument and optionally a caption.