Skip to main content

Useful fields and widgets for Django forms.

Project description

Django form extensions implements serveral usefull Field and Widget classes for Django forms.

Installation

Run pip install django-form-extensions

Fields

###HoneypotField Presents an alluring target for robo-spammers. Raises a form error if tampered with.

###HTMLField Whitelist HTML tags, attributes, and styles and return the resulting HTML with illegal items stripped out.

###USCurrencyField Take in all common forms of representing US currency and return a decimal value.

###CreditCardField Only accepts mathmatically correct credit card numbers.

###MultiFileField Allows a single field to take multiple file uploads.

Widgets

###DataList Generates the HTML5 datalist element which is used for autocomplete.

###MultiFileInput Renders <input type=”file” multiple=”multiple” /> and it’s Python value is a list of files.

###FileMultiInput Takes several instances of <input type=”file” /> combines them for it’s Python value which is a list of files.

###ImageInput Renders a thumbnail of the image before the FileInput widget.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-form-extensions-0.1.2b4.zip (14.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page