diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-12 17:49:25 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 0a0f9b4acce5534c1e1da145f80856f5e6b78768 (patch) | |
| tree | 3ba73c1a25e922e363362b3e683e36d367c8ef3b /docs | |
| parent | 9a3f86e96009c1137b286f6d579b9d812a0dee69 (diff) | |
Refs #16055 -- Removed get_joining_columns()/get_reverse_joining_columns() methods per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/6.0.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt index 7ae24a422f..d985e14679 100644 --- a/docs/releases/6.0.txt +++ b/docs/releases/6.0.txt @@ -273,6 +273,14 @@ to remove usage of these features. * The ``FORMS_URLFIELD_ASSUME_HTTPS`` transitional setting is removed. +* The ``django.db.models.sql.datastructures.Join`` no longer fallback to + ``get_joining_columns()``. + +* The ``get_joining_columns()`` method of ``ForeignObject`` and + ``ForeignObjectRel`` is removed. + +* The ``ForeignObject.get_reverse_joining_columns()`` method is be removed. + See :ref:`deprecated-features-5.1` for details on these changes, including how to remove usage of these features. |
