wagtail/wagtail
2015-02-17 15:56:35 +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 Move the image chooser HTML markup from image_chooser_panel.html entirely within the AdminImageChooser widget's render() method 2015-02-09 19:08:12 +00:00
project_template use example.com as the default BASE_URL 2015-02-17 15:56:35 +00:00
tests Merge pull request #966 from kaedroho/drone 2015-02-17 12:08:27 +00:00
utils py3 fix 2015-02-09 21:25:31 +00:00
wagtailadmin Merge branch 'master' of github.com:torchbox/wagtail 2015-02-17 15:01:10 +00:00
wagtailcore Fixed system checks import 2015-02-11 12:56:17 +00:00
wagtaildocs Fixed spelling mistake 2015-02-12 12:45:38 +00:00
wagtailembeds Fixed a couple of references to django.forms.util 2015-02-06 09:57:42 +00:00
wagtailforms Replaced SortedDict with OrderedDict 2015-02-06 10:44:25 +00:00
wagtailimages Removed Rect.get_key 2015-02-17 12:48:34 +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 Remove now-redundant references to page_chooser_panel.html 2015-02-09 18:47:11 +00:00
wagtailsites Remove now-redundant references to page_chooser_panel.html 2015-02-09 18:47:11 +00:00
wagtailsnippets Move the snippet chooser HTML markup from snippet_chooser_panel.html entirely within the AdminSnippetChooser widget's render() method 2015-02-09 19:18:58 +00:00
wagtailusers allow non-digit chars (e.g. '-') in user IDs in URLs; fixes #565 2015-02-16 15:08:52 +00:00
__init__.py Add an initially empty django-wagtail package 2014-01-22 12:27:23 +00:00