wagtail/wagtail/wagtailforms
2014-07-14 18:31:26 +01:00
..
locale/en/LC_MESSAGES Run makemessages on wagtailforms 2014-07-11 11:46:12 +01:00
migrations Removed unicode literals for Python 3.2 support 2014-07-02 21:43:15 +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 Add a basic skeleton for Wagtail form builder 2014-03-20 15:58:02 +02: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