From caf87b4d4278602812fd3bb8b0d78dfca18db28d Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Fri, 15 Sep 2023 10:43:10 +0200 Subject: Advanced deprecation warnings for Django 5.1. --- docs/internals/deprecation.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 632c1e219d..e69772dce3 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -53,6 +53,11 @@ details on these changes. * ``get_prefetcher()`` and ``prefetch_related_objects()`` will no longer fallback to ``get_prefetch_queryset()``. +See the :ref:`Django 5.1 release notes ` for more +details on these changes. + +* ... + .. _deprecation-removed-in-5.1: 5.1 -- cgit v1.3