wagtail/wagtail/wagtailcore
2016-05-19 14:36:16 +01:00
..
blocks Correctly construct Meta class for multi-inherited Blocks 2016-04-19 14:13:10 +01:00
locale Pull translations from Transifex 2016-05-10 11:24:49 +01:00
management Use add_arguments over deprecated option_list 2016-03-30 22:00:13 +01:00
migrations Add missing on_delete parameters to migrations 2016-02-29 13:14:10 +00:00
permission_policies Check is_authenticated flag on _check_perm and instances_user_has_any_permission_for 2016-02-29 13:14:10 +00:00
templates/wagtailcore implement form submission logic for the password form 2014-07-04 15:32:28 +01:00
templatetags feat(django 1.9): Move jinja2 tags out of templatetags folders 2015-12-09 11:40:35 +00:00
tests Tests for Page.dummy_request, including failing test for #2499 2016-04-28 16:24:50 +01:00
__init__.py Prepare for 1.4.5 release 2016-05-19 14:36:16 +01:00
admin.py Check before unregistering Group model admin 2016-04-28 15:17:59 +01:00
apps.py Added AppConfig classes for all modules 2014-07-28 15:52:42 +01:00
compat.py Fixed missing newline (W292) 2015-04-03 19:31:43 +01:00
fields.py Rename _get_val_from_obj to value_from_object 2015-12-11 12:51:57 +00:00
forms.py Cleanup E302 errors 2015-12-04 09:32:16 +00:00
hooks.py Make hooks and image formats importing work with Django 1.7 AppConfigs 2014-08-27 10:54:58 +01:00
jinja2tags.py feat(django 1.9): Move jinja2 tags out of templatetags folders 2015-12-09 11:40:35 +00:00
middleware.py Linted wagtailcore 2014-02-06 11:33:32 +00:00
models.py Move tests for Page.base_form_class / get_form_class to wagtailadmin - fixes #2428 2016-05-03 12:13:37 +01:00
permissions.py Add model and migrations for Collection 2016-02-29 13:13:32 +00:00
query.py Fix TreeQuerySet to work in the absence of a page_q method 2016-02-29 13:13:32 +00:00
rich_text.py Cleanup E302 errors 2015-12-04 09:32:16 +00:00
signals.py Added revision to page_published signal. Fixes #1765 2015-10-05 16:59:54 +01:00
url_routing.py syntactic tweak 2014-07-04 15:32:30 +01:00
urls.py use 'wagtail_serve' as the url name rather than 'wagtail' 2014-08-12 15:36:11 +01:00
utils.py Raise ValueError from resolve_model_string for unknown types 2015-10-06 13:34:18 +11:00
views.py Removed unused imports 2015-04-03 18:52:53 +01:00
wagtail_hooks.py Cleanup E128 errors 2015-12-04 10:00:15 +00:00
whitelist.py Remove HTML comments from rich text 2015-10-13 13:49:42 +01:00