From 1e44186f321089e1ea550e44594a2ce6d6ff9a4f Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 8 Jan 2020 15:50:05 +0000 Subject: [PATCH] Reword upgrade note about removal of Page/Site from Django admin --- docs/releases/2.8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/2.8.rst b/docs/releases/2.8.rst index 9bea932d0..6943d1171 100644 --- a/docs/releases/2.8.rst +++ b/docs/releases/2.8.rst @@ -126,7 +126,7 @@ The ``get_document_model`` function should now be imported from ``wagtail.docume Removed ``Page`` and ``Site`` models from Django admin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Django admin will no longer provide editing access to ``Page`` or ``Site`` models, if required these models can be registered within individual projects using `Django's ModelAdmin `_. +The ``Page`` and ``Site`` models are no longer editable through the Django admin backend. If required these models can be re-registered within your own project using `Django's ModelAdmin `_: .. code-block:: python