wagtail/wagtail/wagtailforms
2014-08-27 10:02:52 +01:00
..
locale/en/LC_MESSAGES Rerun compilemessages 2014-08-01 16:48:19 +01: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 refactoring how/where fields get their classes added 2014-06-19 16:58:48 +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 Change wagtailforms SelectDateForm to use DateTimeFields 2014-06-06 12:22:53 +01:00
models.py Deprecate the show_as_mode method in favour of serve_preview which additionally takes a 'request' argument 2014-07-03 15:31:27 +01:00
tests.py Deprecate the show_as_mode method in favour of serve_preview which additionally takes a 'request' argument 2014-07-03 15:31:27 +01: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 update wagtail_hooks across all wagtail subapps to use decorator syntax 2014-07-14 18:31:26 +01:00