mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #26373 -- Fixed reverse lookup crash with a ForeignKey to_field in a subquery.
This commit is contained in:
committed by
Tim Graham
parent
8b5a4fa941
commit
4c1c93032f
@@ -30,3 +30,7 @@ Bugfixes
|
||||
|
||||
* Fixed a regression that caused ``collectstatic --clear`` to fail if the
|
||||
storage doesn't implement ``path()`` (:ticket:`26297`).
|
||||
|
||||
* Fixed a crash when using a reverse lookup with a subquery when a
|
||||
``ForeignKey`` has a ``to_field`` set to something other than the primary key
|
||||
(:ticket:`26373`).
|
||||
|
||||
Reference in New Issue
Block a user