Metadata-Version: 2.0
Name: wagtailformblocks
Version: 0.2.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 :: 2
Classifier: Programming Language :: Python :: 2.7
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 (==1.1.0)
Requires-Dist: wagtail (>=1.0)
Provides-Extra: docs
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-rtd-theme; extra == 'docs'
Provides-Extra: testing
Requires-Dist: PyYAML (==3.11); extra == 'testing'
Requires-Dist: bumpversion (==0.5.3); extra == 'testing'
Requires-Dist: coverage (==4.4.1); extra == 'testing'
Requires-Dist: cryptography (==1.4); extra == 'testing'
Requires-Dist: factory-boy (==2.9.2); extra == 'testing'
Requires-Dist: flake8 (>=2.2.0); extra == 'testing'
Requires-Dist: isort (>=4.2.0); extra == 'testing'
Requires-Dist: pytest (==3.2.0); extra == 'testing'
Requires-Dist: pytest-cov (==2.5.1); extra == 'testing'
Requires-Dist: pytest-django (==3.1.2); extra == 'testing'
Requires-Dist: tox (>=2.3.1); extra == 'testing'
Requires-Dist: watchdog (==0.8.3); extra == 'testing'
Requires-Dist: wheel (==0.29.0); 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.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


