wagtail/wagtail
2015-02-05 16:49:49 +00:00
..
bin Invoke django-admin through python API call rather than on the command line, to sidestep platform-specific issues with finding / launching executables - fixes #625 2014-09-25 00:13:29 +01:00
contrib Merge branch 'feature/streamfield' of github.com:torchbox/wagtail into feature/streamfield 2015-01-16 14:55:37 +00:00
project_template Set default login redirect to dashboard 2015-01-19 14:35:44 +00:00
tests add content_panels definition to TaggedPage, so that TestIssue197 is not relying on the 'tags' field being output as a stray non-panel field (which it isn't any more) 2015-02-03 12:58:39 +00:00
utils Wrap all admin urls to add access_admin permission 2015-01-19 13:39:22 +00:00
wagtailadmin ongoing stream menu work 2015-02-05 16:49:49 +00:00
wagtailcore StreamField.to_python needs to return an empty StreamValue for None, not an empty list 2015-02-05 11:12:21 +00:00
wagtaildocs Refactor edit handler classes so that they can have a persistent reference to their corresponding model. 2015-02-03 23:00:08 +00:00
wagtailembeds Cleaned up backend loading code 2015-01-02 17:27:59 +00:00
wagtailforms Removed access_admin permission check 2015-01-19 12:35:32 +00:00
wagtailimages Refactor edit handler classes so that they can have a persistent reference to their corresponding model. 2015-02-03 23:00:08 +00:00
wagtailredirects Refactor edit handler classes so that they can have a persistent reference to their corresponding model. 2015-02-03 23:00:08 +00:00
wagtailsearch Merge branch 'master' into feature/streamfield-frontend 2015-02-04 16:47:14 +00:00
wagtailsites converted uses of django.contrib.messages to wagtail.wagtailadmin.messages to allow better styling and interactivity in notifications 2014-12-01 11:50:26 +00:00
wagtailsnippets Refactor edit handler classes so that they can have a persistent reference to their corresponding model. 2015-02-03 23:00:08 +00:00
wagtailusers Always use Pythons builtin unittest module 2015-01-02 17:27:59 +00:00
__init__.py Add an initially empty django-wagtail package 2014-01-22 12:27:23 +00:00