From a1cdde309775ff2092bb545f5f80bbc8316969c2 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Wed, 5 Nov 2014 02:40:55 +0100 Subject: [PATCH] prepare 0.2; docs updated --- ...contrib.plugins.form_handlers.db_store.rst | 32 +++++++++++++++++++ docs/index.rst | 3 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/docs/fobi.contrib.plugins.form_handlers.db_store.rst b/docs/fobi.contrib.plugins.form_handlers.db_store.rst index a6ff5b85..d2e91136 100644 --- a/docs/fobi.contrib.plugins.form_handlers.db_store.rst +++ b/docs/fobi.contrib.plugins.form_handlers.db_store.rst @@ -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 ------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index badceed7..74bd1187 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_