0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-28 17:13:31 +01:00
wagtail/wagtail
Michael van Tellingen c5d21a76d9 Add a new hook 'register_account_menu_item' (#4421)
* Add a new hook 'register_account_menu_item'

This new hook makes it easier for third party apps to add new buttons on
the 'my account' page in the Wagtail admin. Existing buttons are
converted to the new hooks to make the code consistent.

* Add documentation for the new register_account_menu_item hook
2018-03-29 20:48:23 +02:00
..
admin Add a new hook 'register_account_menu_item' (#4421) 2018-03-29 20:48:23 +02:00
api Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
bin Add Python 2 check to wagtail command 2018-03-23 12:28:57 +00:00
contrib 4399 Close paragraph and table rows (#4400) 2018-03-19 14:35:20 +01:00
core Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
documents Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
embeds Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
images Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
project_template Remove support for IE6 to IE9 from project template (#4355) 2018-03-12 11:40:09 +01:00
search allow chunk_size to be set in update_index 2018-03-29 17:49:43 +02:00
sites Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
snippets Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
tests Call 'specific' attribute when fetching page 2018-03-20 14:36:13 +00:00
users Localize verbose names (#4397, fixing #2591) 2018-03-19 13:41:49 +01:00
utils
__init__.py