Bases: horizon.forms.base.SelfHandlingForm
-
class JobBinaryCreateForm.Meta[source]
Bases: object
-
JobBinaryCreateForm.Meta.help_text_template = 'project/data_processing.job_binaries/_create_job_binary_help.html'
-
JobBinaryCreateForm.Meta.name = <django.utils.functional.__proxy__ object at 0x9202a50>
-
JobBinaryCreateForm.NEW_SCRIPT = 'newscript'
-
JobBinaryCreateForm.UPLOAD_BIN = 'uploadfile'
-
JobBinaryCreateForm.base_fields = OrderedDict([('job_binary_name', <django.forms.fields.CharField object at 0x92f6210>), ('job_binary_type', <django.forms.fields.ChoiceField object at 0x92f6410>), ('job_binary_url', <django.forms.fields.CharField object at 0x92b22d0>), ('job_binary_internal', <django.forms.fields.ChoiceField object at 0x9328e90>), ('job_binary_file', <django.forms.fields.FileField object at 0x93288d0>), ('job_binary_script_name', <django.forms.fields.CharField object at 0x9328910>), ('job_binary_script', <django.forms.fields.CharField object at 0x9328390>), ('job_binary_username', <django.forms.fields.CharField object at 0x92e1190>), ('job_binary_password', <django.forms.fields.CharField object at 0x92e1310>), ('job_binary_description', <django.forms.fields.CharField object at 0x929cc10>)])
-
JobBinaryCreateForm.declared_fields = OrderedDict([('job_binary_name', <django.forms.fields.CharField object at 0x92f6210>), ('job_binary_type', <django.forms.fields.ChoiceField object at 0x92f6410>), ('job_binary_url', <django.forms.fields.CharField object at 0x92b22d0>), ('job_binary_internal', <django.forms.fields.ChoiceField object at 0x9328e90>), ('job_binary_file', <django.forms.fields.FileField object at 0x93288d0>), ('job_binary_script_name', <django.forms.fields.CharField object at 0x9328910>), ('job_binary_script', <django.forms.fields.CharField object at 0x9328390>), ('job_binary_username', <django.forms.fields.CharField object at 0x92e1190>), ('job_binary_password', <django.forms.fields.CharField object at 0x92e1310>), ('job_binary_description', <django.forms.fields.CharField object at 0x929cc10>)])
-
JobBinaryCreateForm.get_help_text(extra_context=None)[source]
-
JobBinaryCreateForm.get_unique_binary_name(request, base_name)[source]
-
JobBinaryCreateForm.handle(request, context)[source]
-
JobBinaryCreateForm.handle_internal(request, context)[source]
-
JobBinaryCreateForm.handle_swift(request, context)[source]
-
JobBinaryCreateForm.media
-
JobBinaryCreateForm.populate_job_binary_internal_choices(request)[source]