Metadata-Version: 2.1
Name: wagtailformblocks
Version: 0.5.0
Summary: A Wagtail module that provides content blocks to display and process user defined forms
Home-page: https://github.com/LUKKIEN/wagtailformblocks
Author: Tim Leguijt
Author-email: info@leguijtict.nl
License: BSD
Keywords: wagtailformblocks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: django-model-utils (>=2.5.2)
Requires-Dist: django-recaptcha (<2.1,>=2.0)
Requires-Dist: wagtail (>=2.0)
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'
Requires-Dist: pytest-django; extra == 'testing'
Requires-Dist: pytest-pythonpath; extra == 'testing'
Requires-Dist: coverage; extra == 'testing'
Requires-Dist: factory-boy; extra == 'testing'
Requires-Dist: tox; extra == 'testing'
Requires-Dist: flake8; extra == 'testing'
Requires-Dist: isort; extra == 'testing'

===============================
Wagtail Form Blocks
===============================


.. image:: https://img.shields.io/pypi/v/wagtailformblocks.svg
        :target: https://pypi.python.org/pypi/wagtailformblocks

.. image:: https://readthedocs.org/projects/wagtailformblocks/badge/?version=latest
        :target: https://wagtailformblocks.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://travis-ci.org/LUKKIEN/wagtailformblocks.svg?branch=master
    :target: https://travis-ci.org/LUKKIEN/wagtailformblocks

.. image:: https://codecov.io/gh/LUKKIEN/wagtailformblocks/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/LUKKIEN/wagtailformblocks

A Wagtail module that provides content blocks to display and process user defined forms


* Documentation: https://wagtailformblocks.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=========
CHANGELOG
=========

0.5.0 (09-04-2020)
------------------
+ Add property `wagtailformblocks_autoregister` to skip automatic registration

0.4.0 (18-07-2019)
------------------
+ Update support for Django Recaptcha to v2, dropped support for v1

0.3.1 (03-10-2018)
------------------
+ Added succes message field missing from the configuration

0.3.0 (31-08-2018)
------------------
+ Added support for Wagtail 2.x
+ Dropped support for Wagtail 1.x

0.2.0 (09-08-2017)
------------------
+ Dropped support for Wagtail 1.4, 1.5, 1.6, 1.7
+ Added support for Wagtail 1.8 (LTS), 1.9, 1.10 and 1.11 (Oktay Altay)

0.1.4 (24-01-2017)
------------------
+ Fixed form selector in formhandler.js (Marco Westerhof)

0.1.3 (28-10-2016)
------------------
+ Add `django-recaptcha` field when available.

0.1.2 (07-10-2016)
------------------
+ Added CSRF support in the example jQuery form handler

0.1.1 (11-09-2016)
------------------
+ Updated license model to BSD
+ Update documentation on how to install (Rubén Colina)

0.1.0 (01-09-2016)
------------------
+ First implementation


