django-fobi/src/fobi
2015-12-11 12:59:26 +00:00
..
contrib prepare 0.5.18; minor improvements 2015-12-08 21:56:07 +01: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 prepare 0.5.16; fixes in migrations on django 1.7 2015-10-05 23:06:39 +02: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.5.12; export/import forms to/from json; minor gui improvements; 2015-08-29 03:10:07 +02:00
templatetags Update templatetags for 1.9 2015-12-11 12:59:26 +00:00
tests prepare 0.5.8; dynamic initial values; minor fixes/improvements 2015-08-17 01:23:46 +02:00
urls prepare 0.5.12; export/import forms to/from json; minor gui improvements; 2015-08-29 03:10:07 +02:00
__init__.py prepare 0.5.18; minor improvements 2015-12-08 21:56:07 +01:00
admin.py To fix a bug with 2015-09-16 12:31:29 +03: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.5.18; minor improvements 2015-12-08 21:56:07 +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.5.8; dynamic initial values; minor fixes/improvements 2015-08-17 01:23:46 +02: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.5.7; minor python 3 improvements 2015-08-03 23:55:03 +02:00
dynamic.py Fix #14 2015-12-11 12:19:04 +00: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.4.29; add decimal, float, ip_address, null_boolean, regex, slug, time fields; improve datetime, date, integer, select_multiple and select_multiple_model_objects fields and the db_store handler; start using simplejson package in favour of the stdlib json (for better serialisation) 2015-03-21 02:55:10 +01:00
form_utils.py prepare 0.4; move captcha to security sub package; add honeypot field; rename birthday field to date_drop_down; improved error validation/handling of hidden fields; minor fixes in generic templates; add is_hidden property to the base elements; 2014-12-04 00:29:26 +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 prepare 0.5.14; adding create/update for form entry; adding migrations; 2015-09-13 02:04:19 +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.5.8; dynamic initial values; minor fixes/improvements 2015-08-17 01:23:46 +02: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.5.12; export/import forms to/from json; minor gui improvements; 2015-08-29 03:10:07 +02: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