wagtail/wagtail/admin
2019-06-07 17:06:00 +01:00
..
api Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
forms Remove deprecated imports from wagtail.admin.forms 2018-12-07 11:59:55 +00:00
locale Fetch new translations from Transifex 2019-04-24 16:08:46 +01:00
migrations Removed __future__ imports 2017-11-27 02:18:30 +00:00
rich_text Move editorhtml/contentstate specific logic into submodules of rich_text 2019-04-05 23:31:53 +01:00
static_src/wagtailadmin Update icomoon project definition according to changes 2019-06-06 18:12:01 +01:00
templates/wagtailadmin Implemented branding title prefix customization (#5344) 2019-06-07 17:06:00 +01:00
templatetags Add consistent whitespace around sortable table headings (#5190) 2019-04-04 11:57:24 +01:00
tests Add form field prefixes for input forms in chooser modals 2019-05-23 18:03:59 +10:00
urls Use Django defaults for not caching admin 2018-08-23 16:34:55 +01:00
views Add form field prefixes for input forms in chooser modals 2019-05-23 18:03:59 +10:00
viewsets Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
.gitignore Rename wagtail.wagtailadmin to wagtail.admin 2017-11-26 22:43:47 +00:00
__init__.py Rename wagtail.wagtailadmin to wagtail.admin 2017-11-26 22:43:47 +00:00
action_menu.py add name attribute to all derived classes of ActionMenuItem 2019-03-29 11:48:15 +00:00
apps.py Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
blocks.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
checks.py Add panel configuration checks (#5093) 2019-02-21 13:36:31 +01:00
compare.py Fix streamfield structblock compare append usage 2019-05-07 18:22:22 +01:00
datetimepicker.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
decorators.py Bundle the l18n library to prevent installation issues 2018-08-06 12:39:45 +01:00
edit_handlers.py Improve EditHandler __repr__ 2019-05-10 15:35:52 +01:00
jinja2tags.py Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
menu.py Removed redundant try-except (#5123) 2019-03-07 20:55:27 +00:00
messages.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
modal_workflow.py Remove deprecated js_template handling from modal workflow 2018-10-17 13:58:19 +01:00
models.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
navigation.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
search.py Update imports of wagtail.admin.forms to use more specific sub-modules 2018-09-28 17:00:16 +01:00
signals.py Removed __future__ imports 2017-11-27 02:18:30 +00:00
site_summary.py make site summary panel respect user privileges 2018-04-13 14:36:13 +01:00
userbar.py Use Python 3 super() syntax 2017-11-27 18:05:25 +00:00
utils.py Fetch new translations and update config for Chinese (#3668) 2019-04-08 22:27:18 +01:00
wagtail_hooks.py Move editorhtml/contentstate specific logic into submodules of rich_text 2019-04-05 23:31:53 +01:00
widgets.py Move date / time widget initialiser JS into the widget's form media 2019-05-23 17:12:47 +10:00