diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-15 10:43:10 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-18 22:12:40 +0200 |
| commit | caf87b4d4278602812fd3bb8b0d78dfca18db28d (patch) | |
| tree | 85c9458067b1a4647ddc01df031e33b164fe091c /docs | |
| parent | f72f420f17c1bf6aea4022ecdb9b5f53a46597cc (diff) | |
Advanced deprecation warnings for Django 5.1.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 <deprecated-features-5.1>` for more +details on these changes. + +* ... + .. _deprecation-removed-in-5.1: 5.1 |
