wagtail/wagtail/wagtailforms
2014-11-11 10:51:08 +00:00
..
locale Run compilemessages 2014-11-04 17:16:17 +00:00
migrations Updated migrations 2014-08-27 10:02:52 +01:00
south_migrations Renamed migrations directories to south_migrations 2014-07-23 11:04:16 +01:00
static/wagtailforms/js updated formbulider fields with identifyable class names, although not output yet 2014-05-20 13:22:19 +01:00
templates/wagtailforms merged my previous changes in feature/settings-menu 2014-09-18 16:40:04 +01:00
__init__.py Added AppConfig classes for all modules 2014-07-28 15:52:42 +01:00
apps.py Added AppConfig classes for all modules 2014-07-28 15:52:42 +01:00
forms.py Fix typo in wagtailforms.forms.FormBuilder.formfields 2014-10-17 10:57:42 +01:00
models.py Use DjangoJSONEncoder for encoding form submission 2014-11-11 10:51:08 +00:00
tests.py Created failing test for #798 2014-11-11 10:48:46 +00:00
urls.py Remove redundant content-type parameters from form builder admin URLs 2014-05-02 13:42:32 +01:00
views.py Don't install unicodecsv on Python 3 and fallback to pythons built in csv library it it isn't installed. 2014-07-02 10:35:38 +01:00
wagtail_hooks.py Convert all remaining menu items to be globally-registered with an is_shown method 2014-08-12 10:49:38 +01:00