prepare 0.12

This commit is contained in:
Artur Barseghyan 2017-06-28 21:04:01 +02:00
parent 9a88fa71dd
commit ef16fee671
5 changed files with 14 additions and 15 deletions

View file

@ -1,4 +1,4 @@
[MASTER]
ignore=migrations,south_migrations
init-hook='import sys; import os; sys.path.append(os.path.abspath("src"))'
disable=C, F, I, R, W

View file

@ -17,9 +17,9 @@ are used for versioning (schema follows below):
0.12
----
2017-06-dd (not release yet)
2017-06-28
- Wagtail integration.
- Wagtail integration (yet experimental).
0.11.13
-------

View file

@ -25,7 +25,8 @@ Thanks to the following people for their contributions:
for his initiative to make `Select multiple with max` plugin.
- `Andy Babic
<https://github.com/barseghyanartur/django-fobi/commits/master?author=ababic>`_
for improvements in the generic integration processor.
for improvements in the generic integration processor and contributions
to the ``wagtail_integration`` contrib app.
- `Heldroe
<https://github.com/barseghyanartur/django-fobi/commits/master?author=Heldroe>`_
for minor fixes.

View file

@ -3,12 +3,6 @@ Roadmap
=======
Upcoming releases road-map.
0.12
----
yyyy-mm-dd (future).
- Wagtail integration.
0.13
----
yyyy-mm-dd (future).

View file

@ -19,7 +19,7 @@ See the requirements files:
your_project/settings.py
########################
See the `example settings file
<https://github.com/barseghyanartur/django-fobi/blob/stable/examples/wagtaildemo/settings/bootstrap3_theme_wagtail.py>`_.
<https://github.com/barseghyanartur/django-fobi/blob/stable/examples/wagtaildemo/settings/fobi_integration.py>`_.
.. code-block:: python
@ -111,11 +111,11 @@ example below.
'wagtail_integration': {
'form_template_choices': [
('fobi/bootstrap3_extras/view_embed_form.html',
"Custom bootstrap3 embed form view template"),
"Custom form view (non-partial) template"),
],
'success_page_template_choices': [
('fobi/bootstrap3_extras/embed_form_submitted.html',
"Custom bootstrap3 embed form entry submitted template"),
"Custom form entry submitted (non-partial) template"),
],
},
},
@ -123,16 +123,20 @@ example below.
'wagtail_integration': {
'form_template_choices': [
('fobi/foundation5_extras/view_embed_form.html',
"Custom foundation5 embed form view template"),
"Custom form view (non-partial) template"),
],
'success_page_template_choices': [
('fobi/foundation5_extras/embed_form_submitted.html',
"Custom foundation5 embed form entry submitted template"),
"Custom form entry submitted (non-partial) template"),
],
},
},
}
Disregard the name, both ``view_embed_form.html`` and
``embed_form_submitted.html`` files should be full (non-partial) HTML
templates.
Usage
~~~~~
The ``fobi.contrib.apps.wagtail_integration.models.FobiFormPage`` consists