prepare 0.2; docs updated

This commit is contained in:
Artur Barseghyan 2014-11-05 02:40:55 +01:00
parent bdaeee1280
commit a1cdde3097
2 changed files with 33 additions and 2 deletions

View file

@ -20,6 +20,22 @@ fobi.contrib.plugins.form_handlers.db_store.apps module
:undoc-members:
:show-inheritance:
fobi.contrib.plugins.form_handlers.db_store.conf module
-------------------------------------------------------
.. automodule:: fobi.contrib.plugins.form_handlers.db_store.conf
:members:
:undoc-members:
:show-inheritance:
fobi.contrib.plugins.form_handlers.db_store.defaults module
-----------------------------------------------------------
.. automodule:: fobi.contrib.plugins.form_handlers.db_store.defaults
:members:
:undoc-members:
:show-inheritance:
fobi.contrib.plugins.form_handlers.db_store.fobi_form_handlers module
---------------------------------------------------------------------
@ -28,6 +44,14 @@ fobi.contrib.plugins.form_handlers.db_store.fobi_form_handlers module
:undoc-members:
:show-inheritance:
fobi.contrib.plugins.form_handlers.db_store.helpers module
----------------------------------------------------------
.. automodule:: fobi.contrib.plugins.form_handlers.db_store.helpers
:members:
:undoc-members:
:show-inheritance:
fobi.contrib.plugins.form_handlers.db_store.models module
---------------------------------------------------------
@ -36,6 +60,14 @@ fobi.contrib.plugins.form_handlers.db_store.models module
:undoc-members:
:show-inheritance:
fobi.contrib.plugins.form_handlers.db_store.settings module
-----------------------------------------------------------
.. automodule:: fobi.contrib.plugins.form_handlers.db_store.settings
:members:
:undoc-members:
:show-inheritance:
fobi.contrib.plugins.form_handlers.db_store.urls module
-------------------------------------------------------

View file

@ -57,6 +57,7 @@ Main features and highlights
and Simple (in style of Django admin).
- Implemented integration with FeinCMS (in a form of a FeinCMS Page widget).
- Reordering of form elements using drag-n-drop.
- Data export (``db_store`` form handler plugin) into XLS/CSV format.
Roadmap
===============================================
@ -65,8 +66,6 @@ Some of the upcoming/in-development features/improvements are:
- Form importers (and as a part of it - MailChimp integration,
which would allow to import forms from MailChimp into Fobi using
a user-friendly wizard).
- Export data for the `db_store` plugin which would allow to
export saved form data as a CSV file.
- Fieldsets.
See the `TODOS <https://raw.githubusercontent.com/barseghyanartur/django-fobi/master/TODOS.rst>`_