No project description provided
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file feincms3_forms-0.0.21.tar.gz
.
File metadata
- Download URL: feincms3_forms-0.0.21.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.6.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c11eee40e99fcd39d718c251866d6544400cdc04f22f5280f63ff062ac1b2d3 |
|
MD5 | efcd668f33d54c3ffb0e1896d92c697e |
|
BLAKE2b-256 | 4bb6f5b148f4bf6511c0d848d5c7c0f2342e2fbc7e700a44c4c8385d47469f58 |
File details
Details for the file feincms3_forms-0.0.21-py3-none-any.whl
.
File metadata
- Download URL: feincms3_forms-0.0.21-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.6.0 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f6f4231997d01cfdd19320ccc72d3145841206af0927cc044fd3a07244cc5e1 |
|
MD5 | 5fd3d78a7bfd5ea5e113d18221e5a854 |
|
BLAKE2b-256 | 13ae9de098f642d63a71522f6a0b363cb3f5c53d24b7db0f2cd7189afad8ade0 |