Matt Westcott
b8a9a2d319
Deprecate wagtail.contrib.modeladmin.menus.SubMenu in favour of wagtail.admin.menu.Menu
...
The Menu class was not originally designed to accept menu items at constructor time (instead requiring them to be passed via hooks); ModelAdmin's SubMenu class patched this functionality in, and the documentation for extending admin views piggybacked on this. Add this functionality to the base Menu class so that we don't have this unnecessary dependency on ModelAdmin.
2022-06-28 16:32:15 +10:00
LB Johnston
58095cde30
documentation minor fixes
2022-06-23 08:12:07 +10:00
Matt Westcott
911f17bf8f
Typo in generic views docs - People -> Person ( #8720 )
2022-06-21 17:11:56 +01:00
Noble Mittal
0be024e024
documentation - migrate docs/extending/ to md
2022-06-20 16:36:25 +10:00
Nick Moreton
eec8c0088d
Update example code - Adding a group of menu items ( #8683 )
2022-06-16 12:01:06 +02:00
Matt Westcott
865df1153b
Documentation for ChooserViewSet
2022-06-12 15:47:24 +10:00
Matt Westcott
b00d19b3a0
Documentation for ModelViewSet
2022-06-12 15:47:24 +10:00
Matt Westcott
b4d3cf1c30
Docs for base ViewSet class
2022-06-12 15:47:24 +10:00
LB Johnston
d9981e0ec7
fix up spelling in documentation & docstrings (should be en-GB not en-US)
...
- customize -> customise
- color -> colour
- customizing -> customising
- organize -> organise
2022-05-13 08:13:06 +10:00
Cynthia Kiser
399a34bc93
Make nested list render as a nested list ( #8516 )
2022-05-11 09:05:02 +01:00
Matt Westcott
37784643e9
API docs for Panel
2022-04-22 17:25:30 +01:00
Matt Westcott
06abc49712
Add documentation for the panel rendering mechanism
2022-04-22 17:25:30 +01:00
Harris Bard Lapiroff
1adc82c044
Add trimmed to blocktrans tags. Fix #8217 ( #8226 )
2022-04-01 23:16:51 +01:00
Karl Hobley
75cc7da38a
Move wagtail.core to wagtail
2022-03-17 17:19:59 +00:00
LB (Ben Johnston)
6ed65f14c6
Move Markdown docs to MyST parser. Fix #8074 ( #8084 )
2022-03-09 11:48:19 +00:00
Matt Westcott
92cc026694
Rename docs page to 'Using forms in admin views'
2022-03-02 15:55:25 +00:00
Matt Westcott
786a4a3384
Provide a documented register_form_field_override method for apps to register their own form fields with WagtailAdminModelForm
2022-03-02 15:55:25 +00:00
LB Johnston
6ecdc16bd4
remove Hallo references in the documentation
2022-03-02 20:15:33 +10:00
Thibaud Colas
c5d2f98205
Remove redundant noopener from noreferrer rel attributes
2022-02-15 16:31:57 +00:00
Thibaud Colas
ae14fa6e76
Remove JS compatibility code for IE11
2022-02-15 16:31:57 +00:00
Jannis Vajen
7e6755ec62
Add missing import statement in code example
2022-02-13 16:33:46 +00:00
Jake Howard
4718fae68b
Update email addresses for new .org domain ( #7845 )
2022-01-28 12:16:24 +00:00
Sævar Öfjörð Magnússon
bab1f44aed
Adding documentation for grouped custom menu items ( #7872 )
2022-01-21 10:03:35 +00:00
Jake Howard
0a9b23979b
Update links to wagtail.io website to point to wagtail.org
...
This covers only links to the website, not other sites
2022-01-15 20:23:44 +10:00
Tibor Leupold
783f0d4a16
Update the mentioning of default_app_config
in the docs
2021-12-20 18:09:32 +00:00
LB (Ben Johnston)
c9aa26e887
Documentation - remove all jQuery usage ( #7658 )
2021-12-07 15:37:33 +00:00
Matt Westcott
3e64deb1ac
Label edit actions as 'Edited' instead of 'Draft saved' for non Page models
...
Fixes #7622
2021-10-26 07:53:12 +10:00
Coen van der Kamp
b03ab850d6
Fix Python code blocks, indent lines with multiple of 4 spaces
2021-10-18 12:37:26 +01:00
Dan Braghis
d19e1b4380
Tidy up based on code review
2021-10-15 16:51:18 +01:00
Shohan
24f987db49
Add bulk actions documentation
...
Co-Authored-By: Thibaud Colas <thibaudcolas@gmail.com>
2021-10-15 16:51:18 +01:00
LB Johnston
3e2012373a
update documentation & 2.15 release to drop IE11 support
...
- update browserslist
- fixes #6170
2021-10-04 12:35:58 +01:00
Matt Westcott
6cb463dd41
Document the new 'log' method
2021-10-01 16:30:05 +01:00
Victor Miti
f59658c6ca
Adding Notifications docs - update sample code
...
Update sample code in the section
Extending Wagtail -> Adding new Task types -> Adding notifications
The previous example did not work because of changes in
`wagtail.admin.mail`
`EmailNotifier` doesn't exist, so we need to import
`EmailNotificationMixin` and `Notifier` instead, and
update `BaseUserApprovalTaskStateEmailNotifier`
accordingly
2021-09-26 20:46:29 +10:00
Matt Westcott
1155373d72
"simplest way" -> "preferred way"
2021-08-24 15:42:04 +01:00
Matt Westcott
1ad6f3518c
Update docs to cover use of components in homepage panels / summary items
2021-08-24 15:42:04 +01:00
Matt Westcott
428c4c7a3f
Documentation for template components
2021-08-24 15:42:04 +01:00
Karl Hobley
8413d00bdd
Spelling fixes
2021-08-06 20:11:30 +01:00
Matt Westcott
8588acc043
Add screenshots
2021-08-03 16:07:18 +01:00
Matt Westcott
f2f7413d55
Add a basic howto on creating custom admin views
2021-08-03 16:07:18 +01:00
Matt Westcott
83717829bb
Add intro text for Extending Wagtail section
2021-08-03 16:07:18 +01:00
Matt Westcott
ee8af13adf
Remove 'How to...' from page titles for consistency
...
These were previously added at Daniele Procida's recommendation so that 'how to' pages could easily be identified in a future reorganisation that splits them out from other modes of documentation. Since 'Extending Wagtail' as a whole is expressly a 'how to' section, this is no longer required.
2021-08-03 16:07:18 +01:00
Matt Westcott
4e2685f47d
Add an 'Extending Wagtail' section to the docs
2021-08-03 16:07:18 +01:00