mirror of
https://github.com/django/django.git
synced 2025-07-23 13:15:32 +00:00
Fixed #26153 -- Reallowed Q-objects in ForeignObject.get_extra_descriptor_filter().
This commit is contained in:
parent
1d86d4c72b
commit
353aecbf8c
5 changed files with 39 additions and 3 deletions
|
@ -17,3 +17,7 @@ Bugfixes
|
|||
|
||||
* Added system checks for query name clashes of hidden relationships
|
||||
(:ticket:`26162`).
|
||||
|
||||
* Fixed a regression for cases where
|
||||
``ForeignObject.get_extra_descriptor_filter()`` returned a ``Q`` object
|
||||
(:ticket:`26153`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue