wagtail/wagtail/wagtailforms
Matt Westcott 7a80c8adca Move the 'hooks' module from wagtailadmin to wagtailcore
Conflicts:
	wagtail/tests/wagtail_hooks.py
	wagtail/wagtailadmin/views/pages.py
2014-07-02 19:59:00 +01:00
..
migrations add migration for wagtailforms 2014-05-06 16:28:42 +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 Another unicode replaced with text_type 2014-07-02 10:35:47 +01:00
tests.py Fixed wagtailforms test 2014-07-02 10:35:47 +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 Move the 'hooks' module from wagtailadmin to wagtailcore 2014-07-02 19:59:00 +01:00