URLField ======== .. currentmodule:: bootlace.forms.fields .. autoclass:: URLField :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~URLField.do_not_call_in_templates ~URLField.errors ~URLField.process_errors ~URLField.raw_data ~URLField.validators ~URLField.widget .. rubric:: Methods Summary .. autosummary:: ~URLField.__call__ ~URLField.check_validators ~URLField.gettext ~URLField.ngettext ~URLField.populate_obj ~URLField.post_validate ~URLField.pre_validate ~URLField.process ~URLField.process_data ~URLField.process_formdata ~URLField.validate .. rubric:: Attributes Documentation .. autoattribute:: do_not_call_in_templates .. autoattribute:: errors .. autoattribute:: process_errors .. autoattribute:: raw_data .. autoattribute:: validators .. autoattribute:: widget .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: check_validators .. automethod:: gettext .. automethod:: ngettext .. automethod:: populate_obj .. automethod:: post_validate .. automethod:: pre_validate .. automethod:: process .. automethod:: process_data .. automethod:: process_formdata .. automethod:: validate