Skip to content

Commit

Permalink
Reword upgrade note about removal of Page/Site from Django admin
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Jan 8, 2020
1 parent e927f62 commit 1e44186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/2.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://docs.djangoproject.com/en/2.2/ref/contrib/admin/#modeladmin-objects>`_.
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 <https://docs.djangoproject.com/en/2.2/ref/contrib/admin/#modeladmin-objects>`_:


.. code-block:: python
Expand Down

0 comments on commit 1e44186

Please sign in to comment.