wagtail/wagtail/wagtailadmin
2016-10-05 16:38:48 +01:00
..
api Added parse_boolean function 2016-07-29 10:39:48 +03:00
locale Generate new strings for translation 2016-10-05 16:38:48 +01:00
migrations Make wagtailadmin depend on wagtailcore 0026, fixes #2529 2016-08-11 11:50:01 +01:00
static_src/wagtailadmin Unlink previously existing links when turning a selection into a link 2016-10-05 12:16:16 +01:00
templates/wagtailadmin Refactor email/external link chooser views (no functional changes) 2016-10-05 12:16:16 +01:00
templatetags Conditionally escape replace_page_param result for correctness on Django 1.8 2016-10-03 20:09:21 +01:00
tests Add prefer_this_title_as_link_text hints to the external/email link responses 2016-10-05 12:16:16 +01:00
urls Initial work on the Admin API (#2507) 2016-07-13 13:26:43 +03:00
views Add prefer_this_title_as_link_text hints to the external/email link responses 2016-10-05 12:16:16 +01:00
.gitignore Move all static assets to static_src, compile to static 2015-05-01 08:53:04 +10:00
__init__.py Added AppConfig classes for all modules 2014-07-28 15:52:42 +01:00
apps.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
blocks.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
checks.py Move tests for Page.base_form_class / get_form_class to wagtailadmin - fixes #2428 2016-05-03 12:12:10 +01:00
decorators.py Eliminate Django 2.0 deprecation warnings for on_delete, is_anonymous, is_authenticated (#2829) 2016-07-08 16:33:16 +03:00
edit_handlers.py Recognise classname parameter on InlinePanel. Fixes #1316 2016-09-15 16:44:51 +01:00
forms.py Make Visibility and Password translatable 2016-09-05 11:45:59 +01:00
jinja2tags.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
menu.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
messages.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
modal_workflow.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
models.py Move tests for Page.base_form_class / get_form_class to wagtailadmin - fixes #2428 2016-05-03 12:12:10 +01:00
navigation.py Simplify the Q(depth=menu_root_depth) clause 2016-08-01 12:31:27 +01:00
rich_text.py Allow passing of options into Rich Text Editor. 2016-09-14 15:33:45 +01:00
search.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
signals.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
site_summary.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
taggable.py Remove legacy support for appending tuples to search_fields 2016-08-09 20:11:31 +01:00
userbar.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
utils.py Coding style tweaks to wagtail.wagtailadmin.utils.popular_tags_for_model 2016-06-17 09:51:57 +01:00
wagtail_hooks.py Added Wagtail version to settings menu 2016-06-23 11:05:51 +01:00
widgets.py Remove legacy content_type handling from AdminPageChooser 2016-08-09 20:11:31 +01:00