wagtail/wagtail/wagtailadmin
2017-11-22 17:00:21 +01:00
..
api Filter pop-out explorer pages using 'construct_explorer_page_queryset' 2017-10-31 15:55:01 +00:00
locale recompile .mo files 2017-10-19 11:04:52 +01:00
migrations Make wagtailadmin depend on wagtailcore 0026, fixes #2529 2016-08-11 11:50:01 +01:00
static_src/wagtailadmin Merge pull request #3965 from BertrandBordage/admin-dropdown 2017-11-03 17:06:51 +01:00
templates/wagtailadmin Move Usage info (Documents, Images) to sidebar 2017-10-26 14:34:58 +01:00
templatetags Eliminate references to django.utils.six.moves 2017-11-09 11:12:01 +00:00
tests Replace django.core.urlresolvers with django.urls 2017-11-01 16:22:46 +00:00
urls Moved app_name URLconf setting into included urls modules 2017-11-01 16:22:46 +00:00
views Fixes first preview. 2017-11-22 17:00:21 +01:00
viewsets Moved app_name URLconf setting into included urls modules 2017-11-01 16:22:46 +00: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 Replace django.core.urlresolvers with django.urls 2017-11-01 16:22:46 +00:00
edit_handlers.py Eliminate references to django.utils.six.text_type 2017-11-09 11:12:01 +00:00
forms.py Replace django.core.urlresolvers with django.urls 2017-11-01 16:22:46 +00:00
jinja2tags.py Ensure absolute_import, unicode_literals imported in all files 2016-04-03 13:11:48 +03:00
menu.py Eliminate references to django.utils.six.text_type 2017-11-09 11:12:01 +00:00
messages.py Only show "View live" buttons if pages are accessible (#3983) 2017-10-30 09:31:43 +00: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 Remove support for registerHalloPlugin 2017-10-10 11:51:45 +01:00
search.py Eliminate references to django.utils.six.text_type 2017-11-09 11:12:01 +00: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 Eliminate remaining field.rel deprecation warnings from tests 2017-11-06 10:53:40 +00:00
wagtail_hooks.py Replace django.core.urlresolvers with django.urls 2017-11-01 16:22:46 +00:00
widgets.py Replace django.core.urlresolvers with django.urls 2017-11-01 16:22:46 +00:00