mirror of
https://github.com/django/django.git
synced 2025-10-28 16:16:12 +00:00
Fixed #27332 -- Added FilteredRelation API for conditional join (ON clause) support.
Thanks Anssi Kääriäinen for contributing to the patch.
This commit is contained in:
committed by
Tim Graham
parent
3f9d85d95c
commit
01d440fa1e
@@ -354,6 +354,9 @@ Models
|
||||
* The new ``named`` parameter of :meth:`.QuerySet.values_list` allows fetching
|
||||
results as named tuples.
|
||||
|
||||
* The new :class:`.FilteredRelation` class allows adding an ``ON`` clause to
|
||||
querysets.
|
||||
|
||||
Pagination
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user