mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Refs #16055 -- Deprecated get_joining_columns()/get_reverse_joining_columns() methods.
This commit is contained in:
parent
9bbf97bcdb
commit
8b1ff0da4b
6 changed files with 94 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue