django-fobi/src/fobi
2016-08-30 23:03:19 +02:00
..
contrib prepare 0.6.7; minor fixes in db_store admin, related to django 1.6 compatibility 2016-08-30 23:03:19 +02:00
integration prepare 0.5.8; dynamic initial values; minor fixes/improvements 2015-08-17 01:23:46 +02:00
locale prepare 0.5.13; translation fixes; updating dutch and russian translations 2015-09-01 23:37:12 +02:00
management prepare 0.4.24; rename migrate_03_to_04 command to fobi_migrate_03_to_04; add missing app config declarations for the db_store form handler plugin; add missing app config for the main package; improved plugins and modules autodiscover for django>=1.7 when full dotted path to the AppConfig class is provided, instead of a dotted path to the module 2015-03-04 01:11:31 +01:00
migrations Add missing migrations 2016-05-17 10:06:28 +01:00
south_migrations prepare 0.5.14; adding create/update for form entry; adding migrations; 2015-09-13 02:04:19 +02:00
static prepare 0.5.1; add fancy datetime picker widgets for datetime and date plugins when using bootstrap 3 theme 2015-04-21 01:03:58 +02:00
templates/fobi prepare 0.6.2; make it simple to render list of fobi forms on any page 2015-12-22 00:15:51 +01:00
templatetags prepare 0.6.2; make it simple to render list of fobi forms on any page 2015-12-22 00:15:51 +01:00
tests mailchimp tests updated 2015-12-18 02:47:40 +01:00
urls prepare 0.6; form importers; better support for django 1.9 and django 1.10; various improvements and fixes; 2015-12-16 03:16:00 +01:00
__init__.py prepare 0.6.7; minor fixes in db_store admin, related to django 1.6 compatibility 2016-08-30 23:03:19 +02:00
admin.py prepare 0.6; form importers; better support for django 1.9 and django 1.10; various improvements and fixes; 2015-12-16 03:16:00 +01:00
app.py prepare 0.1.4; better django 1.5 and 1.7 support; minor core improvements; added captcha form element plugin; added input highly customisable form element plugin; valuable documentation improvements 2014-10-23 00:10:26 +02:00
apps.py prepare 0.4.24; rename migrate_03_to_04 command to fobi_migrate_03_to_04; add missing app config declarations for the db_store form handler plugin; add missing app config for the main package; improved plugins and modules autodiscover for django>=1.7 when full dotted path to the AppConfig class is provided, instead of a dotted path to the module 2015-03-04 01:11:31 +01:00
base.py prepare 0.6.2; make it simple to render list of fobi forms on any page 2015-12-22 00:15:51 +01:00
compat.py prepare 0.5.8; dynamic initial values; minor fixes/improvements 2015-08-17 01:23:46 +02:00
conf.py initial 2014-10-11 05:54:24 +02:00
constants.py prepare 0.4.27; temporary disable allow_multiple=False for db_store plugin due to an outstanding issue (to be fixed later); some control over the submitted value of radio, select and select_multiple plugins (in settings); 2015-03-12 01:45:36 +01:00
context_processors.py prepare 0.6; form importers; better support for django 1.9 and django 1.10; various improvements and fixes; 2015-12-16 03:16:00 +01:00
data_structures.py changelog updated 2015-04-08 23:14:54 +02:00
decorators.py initial 2014-10-11 05:54:24 +02:00
defaults.py prepare 0.4.20; make it possible to load initial form data from GET variables; remove redundant html input element types button and submit from input form field plugin; minox fixes in the file form field plugin; minor documentation improvements 2015-02-26 23:59:20 +01:00
discover.py prepare 0.6; form importers; better support for django 1.9 and django 1.10; various improvements and fixes; 2015-12-16 03:16:00 +01:00
dynamic.py merge 2015-12-16 03:24:45 +01:00
exceptions.py prepare 0.4.32; update missing parts in the russian translations; minor api improvements; minor code clean up 2015-03-25 00:21:00 +01:00
form_importers.py prepare 0.6.3; minor fixes 2015-12-22 23:59:44 +01:00
form_utils.py prepare 0.6.3; minor fixes 2015-12-22 23:59:44 +01:00
forms.py prepare 0.5.13; translation fixes; updating dutch and russian translations 2015-09-01 23:37:12 +02:00
helpers.py prepare 0.5.12; export/import forms to/from json; minor gui improvements; 2015-08-29 03:10:07 +02:00
models.py added __str__ methods to models 2016-05-27 11:12:06 +02:00
settings.py prepare 0.4.20; make it possible to load initial form data from GET variables; remove redundant html input element types button and submit from input form field plugin; minox fixes in the file form field plugin; minor documentation improvements 2015-02-26 23:59:20 +01:00
test.py prepare 0.1.4; better django 1.5 and 1.7 support; minor core improvements; added captcha form element plugin; added input highly customisable form element plugin; valuable documentation improvements 2014-10-23 00:10:26 +02:00
utils.py prepare 0.6.3; minor fixes 2015-12-22 23:59:44 +01:00
validators.py prepare 0.5.5; make sure action field exists; captcha, recaptcha and honeypot plugins are now by default required in the form; minor fixes 2015-07-01 00:18:13 +02:00
views.py prepare 0.6.3; minor fixes 2015-12-22 23:59:44 +01:00
widgets.py prepare 0.5.5; make sure action field exists; captcha, recaptcha and honeypot plugins are now by default required in the form; minor fixes 2015-07-01 00:18:13 +02:00