wagtail/wagtail/wagtailadmin
2017-08-29 11:41:43 +01:00
..
api Add admin_display_title to admin API 2017-08-03 12:05:52 +01:00
locale Fetch new translations from transifex 2017-08-21 14:27:31 +01:00
migrations Make wagtailadmin depend on wagtailcore 0026, fixes #2529 2016-08-11 11:50:01 +01:00
static_src/wagtailadmin Fix preview button dropdown styling (#3785) 2017-08-29 11:41:43 +01:00
templates/wagtailadmin Fix preview button dropdown styling (#3785) 2017-08-29 11:41:43 +01:00
templatetags Add admin interface for setting collection view restrictions 2017-06-16 14:50:47 +01:00
tests Fix rich text feature tests 2017-08-10 14:19:34 +01:00
urls Added ViewSetRegistry 2017-06-19 11:47:32 +01:00
views Fix #3639, KeyError on Preview Link (#3663) 2017-06-19 16:48:46 +01:00
viewsets Move get_url_name to base ViewSet 2017-06-19 12:12:37 +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
compare.py Support comparison of M2M relations 2017-02-06 11:29:17 +00:00
datetimepicker.py Adds support for custom date and datetime formats (#2595) 2017-03-31 16:30:27 +01:00
decorators.py Return a 403 response for unauthenticated ajax requests 2017-04-20 16:57:12 +01:00
edit_handlers.py Revert "Fixes ticket #2251. Implemented is_multipart on EditHandler and created tests." (#3519) 2017-03-30 14:16:46 +01:00
forms.py Add admin interface for setting collection view restrictions 2017-06-16 14:50:47 +01:00
jinja2tags.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
menu.py Update explorer for latest scope, UI, with tests 2017-05-13 23:53:10 +03:00
messages.py Add a separate 'detail' section to message rendering 2017-03-13 17:10:06 +01: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 Remove obsolete get_navigation_menu_items function 2017-05-17 13:14:44 +01:00
rich_text.py Make paragraph elements an always-on plugin rather than configurable with plugins 2017-08-10 14:19:34 +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 Do not show summary items if user has no permissions 2017-03-30 17:34:29 +01:00
userbar.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
utils.py Add Swedish to default wagtailadmin languages list 2017-08-10 16:58:36 +01:00
wagtail_hooks.py Make paragraph elements an always-on plugin rather than configurable with plugins 2017-08-10 14:19:34 +01:00
widgets.py Add user permission tester to the admin page chooser panel 2017-06-12 18:44:49 +01:00