|
@@ -62,7 +62,7 @@ Thank you to core contributor (LB (Ben) Johnston) for writing this documentation
|
|
|
* Add default header titles to generic `IndexView` and `CreateView` (Sage Abdullah)
|
|
|
* Allow overriding `IndexView.export_headings` via `ModelViewSet` (Christer Jensen, Sage Abdullah)
|
|
|
* Support specifying a `get_object_list` method on `ChooserViewSet` (Matt Westcott)
|
|
|
- * Add `linked_fields` mechanism on chooser widgets to allow choices to be limited by fields on the calling page (Matt Westcott)
|
|
|
+ * Add [`linked_fields` mechanism on chooser widgets](chooser_viewsets_limiting_choices) to allow choices to be limited by fields on the calling page (Matt Westcott)
|
|
|
* Add support for merging cells within `TableBlock` with the [`mergedCells` option](table_block_options) (Gareth Palmer)
|
|
|
* When adding a panel within `InlinePanel`, focus will now shift to that content similar to `StreamField` (Faishal Manzar)
|
|
|
* Show the full first published at date within a tooltip on the Page status sidebar on the relative date (Rohit Sharma)
|
|
@@ -70,7 +70,7 @@ Thank you to core contributor (LB (Ben) Johnston) for writing this documentation
|
|
|
* Add support for `placement` in `human_readable_date` the tooltip template tag (Rohit Sharma)
|
|
|
* Add breadcrumbs support to custom `ModelViewSet` views (Sage Abdullah)
|
|
|
* Support passing extra context variables via the `{% component %}` tag (Matt Westcott)
|
|
|
- * Allow subclasses of `PagesAPIViewSet` override default Page model via the `model` attribute (Neeraj Yetheendran, Herbert Poul)
|
|
|
+ * Allow subclasses of `PagesAPIViewSet` override default [Page model via the `model`](api_v2_configure_endpoints) attribute (Neeraj Yetheendran, Herbert Poul)
|
|
|
* Allow `ModelViewSet` to be used with models that have non-integer primary keys (Sage Abdullah)
|
|
|
* Add the ability to set an external link/text for promoted search result entries (TopDevPros, Brad Busenius)
|
|
|
* Add support for subject and body in the Email link chooser form (TopDevPros, Alexandre Joly)
|
|
@@ -87,8 +87,8 @@ Thank you to core contributor (LB (Ben) Johnston) for writing this documentation
|
|
|
* Do not render minimap if there are no panel anchors (Sage Abdullah)
|
|
|
* Use dropdown buttons on listings in dashboard panels (Sage Abdullah)
|
|
|
* Implement breadcrumbs design refinements (Thibaud Colas)
|
|
|
- * The `purge_revisions` management command now respects revisions that have a `on_delete=PROTECT` foreign key relation and won't delete them (Neeraj P Yetheendran, Meghana Reddy, Sage Abdullah, Storm Heg)
|
|
|
- * Add support for Shift + Click behaviour in form submissions and simple tranlations submissions (LB (Ben) Johnston)
|
|
|
+ * The [`purge_revisions` management command](purge_revisions) now respects revisions that have a `on_delete=PROTECT` foreign key relation and won't delete them (Neeraj P Yetheendran, Meghana Reddy, Sage Abdullah, Storm Heg)
|
|
|
+ * Add support for Shift + Click behaviour in form submissions and simple translations submissions (LB (Ben) Johnston)
|
|
|
* Improve filtering of audit logging based on the user's permissions (Stefan Hammer)
|
|
|
|
|
|
### Bug fixes
|
|
@@ -121,15 +121,15 @@ Thank you to core contributor (LB (Ben) Johnston) for writing this documentation
|
|
|
|
|
|
### Documentation
|
|
|
|
|
|
- * Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava)
|
|
|
+ * Document `WAGTAILADMIN_BASE_URL` on ["Integrating Wagtail into a Django project"](/getting_started/integrating_into_django) page (Shreshth Srivastava)
|
|
|
* Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava)
|
|
|
- * Add documentation for building non-model-based choosers using the _queryish_ library (Matt Westcott)
|
|
|
+ * Add documentation for building [non-model-based choosers using the _queryish_ library](chooser_viewsets_non_model_data) (Matt Westcott)
|
|
|
* Fix incorrect tag library import on focal points example (Hatim Makki Hoho)
|
|
|
* Add reminder about including your custom Draftail feature in any overridden `WAGTAILADMIN_RICH_TEXT_EDITORS` setting (Charlie Sue)
|
|
|
* Mention the need to install `python3-venv` on Ubuntu (Brian Mugo)
|
|
|
* Document the use of the Google developer documentation style guide in documentation (Damilola Oladele)
|
|
|
* Fix Inconsistent URL Format in Getting Started tutorial (Olumide Micheal)
|
|
|
- * Add more extensive documentation for the `permission` kwarg support in Panels (LB (Ben) Johnston)
|
|
|
+ * Add more extensive documentation for the [`permission` kwarg support in Panels](panels_permissions) (LB (Ben) Johnston)
|
|
|
* Update all `FieldPanel('title')` examples to use the recommended `TitleFieldPanel('title')` panel (Chinedu Ihedioha)
|
|
|
|
|
|
### Maintenance
|