mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #29799 -- Allowed registering lookups per field instances.
Thanks Simon Charette and Mariusz Felisiak for reviews and mentoring this Google Summer of Code 2022 project.
This commit is contained in:
committed by
Mariusz Felisiak
parent
fdf0f62521
commit
cd1afd553f
@@ -204,6 +204,9 @@ Models
|
||||
* :meth:`~.QuerySet.prefetch_related` now supports
|
||||
:class:`~django.db.models.Prefetch` objects with sliced querysets.
|
||||
|
||||
* :ref:`Registering lookups <lookup-registration-api>` on
|
||||
:class:`~django.db.models.Field` instances is now supported.
|
||||
|
||||
Requests and Responses
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user