wagtail_form_mixins


Namewagtail_form_mixins JSON
Version 0.3.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-16 07:18:31
maintainerNone
docs_urlNone
authorNathanaël Jourdane
requires_python<4.0,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Wagtail Form mixins

A set a mixins used to add features to Wagtail forms:

- **actions**: trigger actions when a form is submitted - mainly used to send emails for now;
- **conditional fields**: make a field appear or not depending on the value of a previous field;
- **streamfield**: improve the user experience of the form app, using StreamFields __*__.
- **templating**: allow to inject variables in field initial values and emails such as the user name, etc.

> __*__ Note: this feature has been suggested to Wagtail core on
[this pull request](https://github.com/wagtail/wagtail/pull/12287) and will be probably removed from
this project once a StreamField-based form will be included in Wagtail.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wagtail_form_mixins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Nathana\u00ebl Jourdane",
    "author_email": "njourdane@laas.fr",
    "download_url": "https://files.pythonhosted.org/packages/5e/f8/6c4b45b6652a94a859ed7ebdffd6fe17ff7f9c7ea1e61478d6e1a10d03f7/wagtail_form_mixins-0.3.0.tar.gz",
    "platform": null,
    "description": "# Wagtail Form mixins\n\nA set a mixins used to add features to Wagtail forms:\n\n- **actions**: trigger actions when a form is submitted - mainly used to send emails for now;\n- **conditional fields**: make a field appear or not depending on the value of a previous field;\n- **streamfield**: improve the user experience of the form app, using StreamFields __*__.\n- **templating**: allow to inject variables in field initial values and emails such as the user name, etc.\n\n> __*__ Note: this feature has been suggested to Wagtail core on\n[this pull request](https://github.com/wagtail/wagtail/pull/12287) and will be probably removed from\nthis project once a StreamField-based form will be included in Wagtail.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": null,
    "version": "0.3.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64db0d0084999ae075955fb44aa79e896037828ea26a232c9ce357d912b04c4b",
                "md5": "b201583efa59f5c2c92b301c435c142e",
                "sha256": "b32f994c4ace23fd67a883f9f007ac071c4934087d5e749808fb72f03fdef23b"
            },
            "downloads": -1,
            "filename": "wagtail_form_mixins-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b201583efa59f5c2c92b301c435c142e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 31173,
            "upload_time": "2024-10-16T07:18:29",
            "upload_time_iso_8601": "2024-10-16T07:18:29.992043Z",
            "url": "https://files.pythonhosted.org/packages/64/db/0d0084999ae075955fb44aa79e896037828ea26a232c9ce357d912b04c4b/wagtail_form_mixins-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ef86c4b45b6652a94a859ed7ebdffd6fe17ff7f9c7ea1e61478d6e1a10d03f7",
                "md5": "3b3a8aecfdf491c8447d2e9b060c6d4e",
                "sha256": "ccf1168b2e145862fe34433c6cdc36eb6fcd02027b80dffffa5a40ca1859df31"
            },
            "downloads": -1,
            "filename": "wagtail_form_mixins-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3b3a8aecfdf491c8447d2e9b060c6d4e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 19441,
            "upload_time": "2024-10-16T07:18:31",
            "upload_time_iso_8601": "2024-10-16T07:18:31.757395Z",
            "url": "https://files.pythonhosted.org/packages/5e/f8/6c4b45b6652a94a859ed7ebdffd6fe17ff7f9c7ea1e61478d6e1a10d03f7/wagtail_form_mixins-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 07:18:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "wagtail_form_mixins"
}
        
Elapsed time: 0.26590s