Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns() methods.

This commit is contained in:
David Wobrock 2023-04-18 10:20:32 +02:00 committed by Mariusz Felisiak
parent 9bbf97bcdb
commit 8b1ff0da4b
6 changed files with 94 additions and 0 deletions

View file

@ -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