| .. |
|
contrib
|
#0.6.11; initial work on django 1.10 support; replace render_to_response with render; get rid of django-localeurl package; update requirements for django 1.10 compatibility
|
2016-09-13 11:09:45 +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
|
prepare 0.6.10; Moved field choices from model level to form level for
|
2016-09-11 22:50:34 +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.6.9; fixed migrations issue; fixe jquery slugify issue
|
2016-09-08 22:58:28 +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
|
#0.7; fixes in selenium tests
|
2016-09-13 15:13:24 +02: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
|
#0.7; version change
|
2016-09-13 11:20:31 +02:00 |
|
admin.py
|
prepare 0.6.10; Moved field choices from model level to form level for
|
2016-09-11 22:50:34 +02: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.8; fixed changing order of the formelement, formelemententry, formhandler and formhandlerentry models
|
2016-09-06 22:28:34 +02: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
|
#0.6.11; initial work on django 1.10 support; replace render_to_response with render; get rid of django-localeurl package; update requirements for django 1.10 compatibility
|
2016-09-13 11:09:45 +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.6.10; Moved field choices from model level to form level for
|
2016-09-11 22:50:34 +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
|
#0.6.11; initial work on django 1.10 support; replace render_to_response with render; get rid of django-localeurl package; update requirements for django 1.10 compatibility
|
2016-09-13 11:09:45 +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 |