From 8b1ff0da4b162e87edebd94e61f2cd153e9e159d Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Tue, 18 Apr 2023 10:20:32 +0200 Subject: Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns() methods. --- docs/internals/deprecation.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 168a5572c6..bb35bd4805 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -24,6 +24,14 @@ details on these changes. * ``request`` will be required in the signature of ``ModelAdmin.lookup_allowed()`` subclasses. +* The ``django.db.models.sql.datastructures.Join`` will no longer fallback to + ``get_joining_columns()``. + +* The ``get_joining_columns()`` method of ``ForeignObject`` and + ``ForeignObjectRel`` will be removed. + +* The ``ForeignObject.get_reverse_joining_columns()`` method will be removed. + .. _deprecation-removed-in-5.1: 5.1 -- cgit v1.3