Skip to main content

No project description provided

Project description

CI Status

No documentation yet, sorry. You have to look at the testsuite.

Design decisions

This is a list of things which should be explained but are not at the moment.

  • Form fields have to inherit FormFieldBase. FormFieldBase only has a name field. This field can be checked for clashes etc. The base class is used instead of duck typing in various places where the code may encounter not only form field plugins but also other django-content-editor plugins. The latter are useful e.g. to add blocks of text or other content between form fields.

  • The FormField offers a basic set of attributes for standard fields such as a label, a help text and whether the field should be required or not.

  • The SimpleFieldBase should be instantiated in your project and can be used to cheaply generate standard form field plugin proxies for HTML5 input fields. (Sorry for the jargon.) Those proxies are standard Django model proxies.

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

feincms3_forms-0.0.20.tar.gz (12.1 kB view hashes)

Uploaded Source

Built Distribution

feincms3_forms-0.0.20-py3-none-any.whl (13.7 kB view hashes)

Uploaded Python 3

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