From 722e18e24c2ccf19decce0fa8b9a7689ae948020 Mon Sep 17 00:00:00 2001 From: Nick Moreton Date: Wed, 13 Aug 2025 15:28:52 +0100 Subject: [PATCH] add note to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76e4250..5361c9e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Add drag-and-drop ordering to Wagtail's SnippetViewSet and ModelViewSet in the admin panel. +Note: the feature is planned for a [future release](https://github.com/wagtail/wagtail/pull/12857) of Wagtail core. + ## Overview Wagtail Orderable ViewSet brings, AJAX-powered ordering to Wagtail's ViewSet system. It is inspired by [wagtail-orderable](https://github.com/elton2048/wagtail-orderable) and designed for Wagtail 7+ and Django 4.2+.